Guard the AltiVec vector variables with #ifdef __VEC__ and remove the last line, which doesn't compile.
rdar://problem/34411929
Differential D88863
[docs] Fix vector literal examples that don't compile ahatanak on Oct 5 2020, 4:56 PM. Authored by
Details
Diff Detail
Unit Tests
Event TimelineComment Actions The parenthesis initialization does not work as documented for GCC or OpenCL vectors, so that has to be fixed too. |