summaryrefslogtreecommitdiffstats
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.c b/tests/test.c
index 9559095..d07f766 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -165,7 +165,7 @@ int main(int argc, char *argv[])
printf("%d %d %f %f\n", i, sign, output[2*i], output[2*i+1]);
ffts_free(p);
-#ifdef HAVE_NEON
+#ifdef HAVE_SSE
_mm_free(input);
_mm_free(output);
#else
@@ -189,4 +189,4 @@ int main(int argc, char *argv[])
}
return 0;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud