mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13:08 +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
|
||||
prefetch = yes
|
||||
popcnt = yes
|
||||
neon = yes
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),apple-silicon)
|
||||
|
|
Loading…
Add table
Reference in a new issue