Skip to content

Commit 1b555b4

Browse files
committed
closed an arm64 optimize: asm pmull2
1 parent 87faf6e commit 1b555b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builds/android_ndk_jni_mk/Android.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ endif
9393
ifeq ($(LDEF),0)
9494
LOCAL_CFLAGS += -D_CompressPlugin_zlib
9595
else
96-
LOCAL_CFLAGS += -D_CompressPlugin_ldef -I$(LDEF_PATH)
96+
LOCAL_CFLAGS += -D_CompressPlugin_ldef -I$(LDEF_PATH) -DHAVE_PMULL_INTRIN=0
9797
endif
9898

9999
ifeq ($(ZSTD),0)

libdeflate

0 commit comments

Comments
 (0)