From 81490ebc75fdc9c183a4cdb7826f38395400c172 Mon Sep 17 00:00:00 2001 From: Daylen Yang Date: Wed, 5 Aug 2020 10:45:17 -0700 Subject: [PATCH] Enable NEON for armv8 --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 58b05c89..648c9bc4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -229,6 +229,7 @@ ifeq ($(ARCH),armv8) arch = armv8-a prefetch = yes popcnt = yes + neon = yes endif ifeq ($(ARCH),apple-silicon)