summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pffft/test_pffft.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pffft/test_pffft.c')
-rw-r--r--src/3rdparty/pffft/test_pffft.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/pffft/test_pffft.c b/src/3rdparty/pffft/test_pffft.c
index 12ba1f7ff..b217b6bec 100644
--- a/src/3rdparty/pffft/test_pffft.c
+++ b/src/3rdparty/pffft/test_pffft.c
@@ -248,8 +248,8 @@ void benchmark_ffts(int N, int cplx) {
int k;
int max_iter = 5120000/N*4;
-#ifdef __arm__
- max_iter /= 4;
+#if defined(__arm__) || defined(__arm64__) || defined(__aarch64__)
+ max_iter /= 8;
#endif
int iter;