mirror of
https://github.com/facebook/zstd.git
synced 2025-09-08 13:32:28 +03:00
changed code compilation test to employ ZSTD_ARCH_X86_AVX2
This commit is contained in:
@@ -7384,7 +7384,7 @@ size_t ZSTD_convertBlockSequences(ZSTD_CCtx* cctx,
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(__AVX2__)
|
||||
#if defined(ZSTD_ARCH_X86_AVX2)
|
||||
|
||||
/* C90-compatible alignment macro (GCC/Clang). Adjust for other compilers if needed. */
|
||||
#if defined(__GNUC__)
|
||||
|
Reference in New Issue
Block a user