diff options
Diffstat (limited to 'partconv~.c')
-rw-r--r-- | partconv~.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/partconv~.c b/partconv~.c index 60175f2..373d580 100644 --- a/partconv~.c +++ b/partconv~.c @@ -34,6 +34,10 @@ #include <fftw3.h> #include "m_pd.h" +#ifdef __VEC__ +#include <altivec.h> +#endif + #define MAXPARTS 256 // max number of partitions #ifdef USE_SSE |