mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Enable USE_POPCNT for arm64
This commit is contained in:
parent
c416016892
commit
241cd61650
|
@ -9,6 +9,7 @@ MY_DEF := -DSullivan -DAdd_Features -DReleaseVer
|
|||
MY_ARCH_DEF :=
|
||||
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
|
||||
MY_ARCH_DEF += -DIS_64BIT
|
||||
MY_DEF += -DUSE_POPCNT
|
||||
endif
|
||||
ifeq ($(TARGET_ARCH_ABI),x86_64)
|
||||
MY_ARCH_DEF += -DIS_64BIT
|
||||
|
|
Loading…
Reference in New Issue
Block a user