Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer __vector over vector keyword for altivec
`vector' uses the keyword-and-predefine mode from gcc, while __vector is reliably supported. As a side effect, it also makes the code consistent in its usage of __vector. Differential Revision: https://reviews.llvm.org/D74129
- Loading branch information