Changes between Initial Version and Version 1 of Ticket #34213, comment 7


Ignore:
Timestamp:
Dec 15, 2015, 2:06:32 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34213, comment 7

    initial v1  
    1 Either -faltivec or #include <altivec.h> needs to be used.
     1Either `-faltivec` or `#include <altivec.h>` needs to be used.
    22
    3 So the check for __VEC__ is ok so long as <altivec.h> is included (but it's not).
     3So the check for `__VEC__` is ok so long as <altivec.h> is included (but it's not).
    44
    55The 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.