Skip to content

Commit

Permalink
closed an arm64 optimize: asm pmull2
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed May 27, 2024
1 parent 87faf6e commit 6bffe87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/android_ndk_jni_mk/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ endif
ifeq ($(LDEF),0)
LOCAL_CFLAGS += -D_CompressPlugin_zlib
else
LOCAL_CFLAGS += -D_CompressPlugin_ldef -I$(LDEF_PATH)
LOCAL_CFLAGS += -D_CompressPlugin_ldef -I$(LDEF_PATH) -DHAVE_PMULL_INTRIN=0 -DLIBDEFLATEAPI=
endif

ifeq ($(ZSTD),0)
Expand Down
2 changes: 1 addition & 1 deletion libdeflate

0 comments on commit 6bffe87

Please sign in to comment.