comparison ppc/gcc_fixes.h @ 5746:55ed6dc5d476 libavcodec

Remove const vector macro indirection that is useless and obfuscating now that the Metrowerks workarounds are gone.
author diego
date Mon, 01 Oct 2007 14:23:36 +0000
parents 61768139733b
children 1d83e9c34641
comparison
equal deleted inserted replaced
5745:61768139733b 5746:55ed6dc5d476
95 ((vector unsigned int) ff_vmrglw ((vector signed int) (a1), (vector signed int) (a2))), \ 95 ((vector unsigned int) ff_vmrglw ((vector signed int) (a1), (vector signed int) (a2))), \
96 __altivec_link_error_invalid_argument ()))))))) 96 __altivec_link_error_invalid_argument ())))))))
97 97
98 #endif 98 #endif
99 99
100 #define const_vector const vector
101
102 #endif /* GCC_FIXES_H */ 100 #endif /* GCC_FIXES_H */