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