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;
}
#if defined(__AVX2__)
#if defined(ZSTD_ARCH_X86_AVX2)
/* C90-compatible alignment macro (GCC/Clang). Adjust for other compilers if needed. */
#if defined(__GNUC__)