• Sam Lantinga's avatar
    Fixed bug #220 · 6129de0d
    Sam Lantinga authored
    The AltiVec blitters don't compile, since they require __VEC__ to be enabled in
    order for the compiler to understand "vector" and friends (i.e. do AltiVec)
    But you don't want to turn AltiVec on globally, since then the code would only
    run on a G4 (there are already runtime tests, before using the AltiVec
    variants)
    
    The solution here is to enable AltiVec locally, for the actual AltiVec code.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401754
    6129de0d
Name
Last commit
Last update
..
audio Loading commit data...
cdrom Loading commit data...
cpuinfo Loading commit data...
events Loading commit data...
file Loading commit data...
hermes Loading commit data...
joystick Loading commit data...
loadso Loading commit data...
main Loading commit data...
stdlib Loading commit data...
thread Loading commit data...
timer Loading commit data...
video Loading commit data...
SDL.c Loading commit data...
SDL_error.c Loading commit data...
SDL_error_c.h Loading commit data...
SDL_fatal.c Loading commit data...
SDL_fatal.h Loading commit data...