Enable USE_POPCNT for arm64

This commit is contained in:
Peter Osterlund 2019-10-05 11:02:36 +02:00
parent c416016892
commit 241cd61650

View File

@ -9,6 +9,7 @@ MY_DEF := -DSullivan -DAdd_Features -DReleaseVer
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
MY_DEF += -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