summaryrefslogtreecommitdiffstats
path: root/src/ffts_nd.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2013-04-22 16:45:17 +1200
committerAnthony Blake <anthonix@me.com>2013-04-22 16:45:17 +1200
commit7b3907cff81fb82380787e63e4304fb8af807c0c (patch)
tree11ae035cd02aab22e1a4069737fb6f422a7531eb /src/ffts_nd.h
parenta45464980b8de7faef21eb46479f7e09fd056441 (diff)
downloadffts-7b3907cff81fb82380787e63e4304fb8af807c0c.zip
ffts-7b3907cff81fb82380787e63e4304fb8af807c0c.tar.gz
Fixed up the smaller VFP transforms. Inverse VFP and real/nd VFP still not working yet.
Diffstat (limited to 'src/ffts_nd.h')
-rw-r--r--src/ffts_nd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ffts_nd.h b/src/ffts_nd.h
index 7761f52..8f0c855 100644
--- a/src/ffts_nd.h
+++ b/src/ffts_nd.h
@@ -40,9 +40,10 @@
#include "ffts.h"
-#ifdef __ARM_NEON__
+#ifdef HAVE_NEON
#include <arm_neon.h>
-#else
+#endif
+#ifdef HAVE_SSE
#include <xmmintrin.h>
#endif
OpenPOWER on IntegriCloud