`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 D74129
Prefer __vector over vector keyword for altivec use serge-sans-paille on Feb 6 2020, 7:44 AM. Authored by
Details `vector' uses the keyword-and-predefine mode from gcc, while __vector is As a side effect, it also makes the code consistent in its usage of __vector.
Diff Detail
Event TimelineComment Actions It looks like the current code goes way back, to https://llvm.org/r39093 Do you know why it's started failing now? Consistency is nice though, so I don't see any downside to this. |