aboutsummaryrefslogtreecommitdiff
path: root/simd/pf_double.h
diff options
context:
space:
mode:
Diffstat (limited to 'simd/pf_double.h')
-rw-r--r--simd/pf_double.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/simd/pf_double.h b/simd/pf_double.h
index c6bac31..1025827 100644
--- a/simd/pf_double.h
+++ b/simd/pf_double.h
@@ -60,10 +60,12 @@
typedef double vsfscalar;
#include "pf_avx_double.h"
+#include "pf_sse2_double.h"
+#include "pf_neon_double.h"
#ifndef SIMD_SZ
# if !defined(PFFFT_SIMD_DISABLE)
-# warning "building double with simd disabled !\n";
+# pragma message( "building double with simd disabled !" )
# define PFFFT_SIMD_DISABLE /* fallback to scalar code */
# endif
#endif