1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Enable NEON for armv8

This commit is contained in:
Daylen Yang 2020-08-05 10:45:17 -07:00
parent c402fe7d26
commit 81490ebc75

View file

@ -229,6 +229,7 @@ ifeq ($(ARCH),armv8)
arch = armv8-a arch = armv8-a
prefetch = yes prefetch = yes
popcnt = yes popcnt = yes
neon = yes
endif endif
ifeq ($(ARCH),apple-silicon) ifeq ($(ARCH),apple-silicon)