This patch implements the function prototypes vec_extractl and vec_extracth in altivec.h to utilize the vector extract double element instructions introduced in Power10.
Details
Details
- Reviewers
amyk lei steven.zhang - Group Reviewers
Restricted Project - Commits
- rGcce1b0e8919e: [PowerPC] Implement Vector Extract Low/High Order Builtins in LLVM/Clang
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think overall it LGTM and the indentation can be addressed when committing.
clang/lib/Headers/altivec.h | ||
---|---|---|
17104 | nit: space after this comment | |
17146 | nit: space after this comment | |
17178 | I know you said previously that having the function names in one way caused errors with clang format, but could we have the function names declared in the same way for consistency? |
nit: space after this comment