aboutsummaryrefslogtreecommitdiffstats
path: root/ref_dsp.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2014-07-10 13:46:54 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2014-07-10 13:50:51 +0200
commit1775be0bcaa673c19bb1f60f0c1bce1b91cdb414 (patch)
tree2502e04c9d9db3714b86db7afbdfe0cc60d8c535 /ref_dsp.c
parentf94d312f55545b00ee14541f2a64d2e2ce165964 (diff)
downloadplatform_external_arm-neon-tests-1775be0bcaa673c19bb1f60f0c1bce1b91cdb414.tar.gz
platform_external_arm-neon-tests-1775be0bcaa673c19bb1f60f0c1bce1b91cdb414.tar.bz2
platform_external_arm-neon-tests-1775be0bcaa673c19bb1f60f0c1bce1b91cdb414.zip
Enable build for aarch64.
Diffstat (limited to 'ref_dsp.c')
-rw-r--r--ref_dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_dsp.c b/ref_dsp.c
index 04b6d27..124f6b7 100644
--- a/ref_dsp.c
+++ b/ref_dsp.c
@@ -35,7 +35,7 @@ THE SOFTWARE.
#endif
#endif
-#ifdef __arm__
+#if defined(__arm__) || defined(__aarch64__)
#include <armdsp.h>
#include <dspfns.h> /* For Overflow */
#else