Fixed to compile in Linux

This commit is contained in:
Mirek Fidler 2024-06-04 13:26:58 +02:00
parent 2335b1061b
commit da27dd77aa
2 changed files with 7 additions and 0 deletions

View file

@ -303,6 +303,11 @@ Fix includes:
(remove ../common)
Add:
#define ZSTD_DISABLE_ASM
somewhere...
initial 1.3.2
2019-03-26: 1.3.8

View file

@ -116,6 +116,8 @@
# define ZSTD_ASM_SUPPORTED 0
#endif
#define ZSTD_DISABLE_ASM
/**
* Determines whether we should enable assembly for x86-64
* with BMI2.