comparison mp3lib/dct64_altivec.c @ 25328:6f0309e575e0

There is a check for altivec.h in configure so use the preprocessor directive set by configure instead of an OS-specific directive when #including altivec.h.
author diego
date Tue, 11 Dec 2007 20:16:00 +0000
parents a7b716b53e9f
children baddb0681b2e
comparison
equal deleted inserted replaced
25327:a7b716b53e9f 25328:6f0309e575e0
9 9
10 #define real float 10 #define real float
11 11
12 #include "mpg123.h" 12 #include "mpg123.h"
13 13
14 #ifndef SYS_DARWIN 14 #ifdef HAVE_ALTIVEC_H
15 #include <altivec.h> 15 #include <altivec.h>
16 #endif 16 #endif
17 17
18 // used to build registers permutation vectors (vcprm) 18 // used to build registers permutation vectors (vcprm)
19 // the 's' are for words in the _s_econd vector 19 // the 's' are for words in the _s_econd vector