Changes between Initial Version and Version 1 of Ticket #34213, comment 7
- Timestamp:
- Dec 15, 2015, 2:06:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34213, comment 7
initial v1 1 Either -faltivec or #include <altivec.h>needs to be used.1 Either `-faltivec` or `#include <altivec.h>` needs to be used. 2 2 3 So the check for __VEC__is ok so long as <altivec.h> is included (but it's not).3 So the check for `__VEC__` is ok so long as <altivec.h> is included (but it's not). 4 4 5 5 The issue is still in the header file, and the 10.4u SDK shipped with newer versions of XCode (I checked 3.1.4) have that changed, but that doesn't do us much good.