mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-21 11:32:47 +02:00
Enable USE_POPCNT for arm64
This commit is contained in:
parent
ee7ad3c434
commit
ac63a0125d
@ -7,7 +7,7 @@ SF_SRC_FILES := \
|
|||||||
|
|
||||||
MY_ARCH_DEF :=
|
MY_ARCH_DEF :=
|
||||||
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
|
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
|
||||||
MY_ARCH_DEF += -DIS_64BIT
|
MY_ARCH_DEF += -DIS_64BIT -DUSE_POPCNT
|
||||||
endif
|
endif
|
||||||
ifeq ($(TARGET_ARCH_ABI),x86_64)
|
ifeq ($(TARGET_ARCH_ABI),x86_64)
|
||||||
MY_ARCH_DEF += -DIS_64BIT
|
MY_ARCH_DEF += -DIS_64BIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user