mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
changed code compilation test to employ ZSTD_ARCH_X86_AVX2
This commit is contained in:
parent
debe3d20d9
commit
2f3ee8b530
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue