aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqshrun_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqshrun_n.c')
-rw-r--r--ref_vqshrun_n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqshrun_n.c b/ref_vqshrun_n.c
index d746af6..b30b394 100644
--- a/ref_vqshrun_n.c
+++ b/ref_vqshrun_n.c
@@ -23,7 +23,7 @@ THE SOFTWARE.
*/
-#ifdef __arm__
+#if defined(__arm__) || defined(__aarch64__)
#include <arm_neon.h>
#else
#include "stm-arm-neon.h"