From 07a46c66535ce0f50c2d4706335d2093868a1ee9 Mon Sep 17 00:00:00 2001 From: Anthony Blake Date: Tue, 6 Nov 2012 10:42:47 +1300 Subject: 2D has SIMD transpose (still needs work though) --- src/ffts_nd.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/ffts_nd.h') 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 +#else + #include +#endif #endif -- cgit v1.1