1
0
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:
Yann Collet
2025-01-14 14:56:10 -08:00
committed by Yann Collet
parent debe3d20d9
commit 2f3ee8b530

View File

@@ -7384,7 +7384,7 @@ size_t ZSTD_convertBlockSequences(ZSTD_CCtx* cctx,
return 0; return 0;
} }
#if defined(__AVX2__) #if defined(ZSTD_ARCH_X86_AVX2)
/* C90-compatible alignment macro (GCC/Clang). Adjust for other compilers if needed. */ /* C90-compatible alignment macro (GCC/Clang). Adjust for other compilers if needed. */
#if defined(__GNUC__) #if defined(__GNUC__)