aboutsummaryrefslogtreecommitdiff
path: root/ref_v_unary_op.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_v_unary_op.c')
-rw-r--r--ref_v_unary_op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_v_unary_op.c b/ref_v_unary_op.c
index 1c40b3b..a718286 100644
--- a/ref_v_unary_op.c
+++ b/ref_v_unary_op.c
@@ -25,7 +25,7 @@ THE SOFTWARE.
/* Template file for unary operator validation */
-#ifdef __arm__
+#if defined(__arm__) || defined(__aarch64__)
#include <arm_neon.h>
#else
#include "stm-arm-neon.h"