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