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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34213, comment 2

    initial v1  
    55}}}
    66
    7 Tiger's header is incorrectly checking __VEC__ instead of __APPLE_ALTIVEC__ at that location.  This is fixed in Leopard's header.
     7Tiger's header is incorrectly checking `__VEC__` instead of `__APPLE_ALTIVEC__` at that location.  This is fixed in Leopard's header.
    88
    9 The second bug (which masks the first) is that gcc-4.0 is enabling support for __APPLE_ALTIVEC__ even when it doesn't advertise that support.  The preprocessor directives are consistent:
     9The second bug (which masks the first) is that gcc-4.0 is enabling support for `__APPLE_ALTIVEC__` even when it doesn't advertise that support.  The preprocessor directives are consistent:
    1010
    1111{{{
     
    3131}}}
    3232
    33 For now, I suggest you work around this by using -faltivec
     33For now, I suggest you work around this by using `-faltivec`