Skip to content

Commit 5a5f931

Browse files
disable zstd asm for now
1 parent 62dd55a commit 5a5f931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/zstd/ext/common/portability_macros.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
#if !defined(ZSTD_DISABLE_ASM) && \
129129
ZSTD_ASM_SUPPORTED && \
130130
defined(__x86_64__) && \
131-
(DYNAMIC_BMI2 || defined(__BMI2__))
131+
(DYNAMIC_BMI2 || defined(__BMI2__) && \
132+
(0))
132133
# define ZSTD_ENABLE_ASM_X86_64_BMI2 1
133134
#else
134135
# define ZSTD_ENABLE_ASM_X86_64_BMI2 0

0 commit comments

Comments
 (0)