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:
parent
c402fe7d26
commit
81490ebc75
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue