aboutsummaryrefslogtreecommitdiff
path: root/simd/pf_double.h
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-06 04:42:46 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-06 04:42:46 +0000
commit542bc4bfdd2bde4a08c0a51e13b579ff309e1379 (patch)
tree7e5b45d174a2d4b038e8842bb4e0fbed7ec77914 /simd/pf_double.h
parent2739b4c815c22ea4ba2c12da28cd2ff91c22d9ed (diff)
parentd53d0fafda288eb87ac25951d1353ce92d96dccd (diff)
downloadpffft-542bc4bfdd2bde4a08c0a51e13b579ff309e1379.tar.gz
Upgrade pffft to b9819ffacac25e62727fc854f8c78522fb4eb2b3 am: 56310291a5 am: f1dc982446 am: d53d0fafda
Original change: https://android-review.googlesource.com/c/platform/external/pffft/+/1536831 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I15eab281869bb3db3965d9bae71483e7bd391be1
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