summaryrefslogtreecommitdiffstats
path: root/src/ffts_nd.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-11-06 10:42:47 +1300
committerAnthony Blake <anthonix@me.com>2012-11-06 10:42:47 +1300
commit07a46c66535ce0f50c2d4706335d2093868a1ee9 (patch)
treee3193988ccc8b629f57b52ab57739c73926d956f /src/ffts_nd.h
parent923a01fc8173b2c9be9e05e06c1bc24bf5abddb0 (diff)
downloadffts-07a46c66535ce0f50c2d4706335d2093868a1ee9.zip
ffts-07a46c66535ce0f50c2d4706335d2093868a1ee9.tar.gz
2D has SIMD transpose (still needs work though)
Diffstat (limited to 'src/ffts_nd.h')
-rw-r--r--src/ffts_nd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ffts_nd.h b/src/ffts_nd.h
index 2eef287..4d2474d 100644
--- a/src/ffts_nd.h
+++ b/src/ffts_nd.h
@@ -40,7 +40,11 @@
#include "ffts.h"
-
+#ifdef __ARM_NEON__
+ #include <arm_neon.h>
+#else
+ #include <xmmintrin.h>
+#endif
#endif
OpenPOWER on IntegriCloud