1
0
Fork 0

Enable NEON for armv8

nnue-player-wip
Daylen Yang 2020-08-05 10:45:17 -07:00
parent c402fe7d26
commit 81490ebc75
1 changed files with 1 additions and 0 deletions

View File

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