mirror of
https://github.com/facebook/zstd.git
synced 2025-12-05 00:03:19 -05:00
Add comment for gcc-11
This commit is contained in:
parent
6534c0000f
commit
08a3ddbd28
@ -1157,7 +1157,7 @@ ZSTD_decompressSequences_body( ZSTD_DCtx* dctx,
|
||||
__asm__(".p2align 5");
|
||||
__asm__("nop");
|
||||
# if __GNUC__ >= 9 && __GNUC__ < 11
|
||||
/* better for gcc-9 and gcc-10, worse for clang and gcc-8 */
|
||||
/* better for gcc-9 and gcc-10, worse for clang and gcc-8, gcc-11 */
|
||||
__asm__(".p2align 3");
|
||||
# else
|
||||
__asm__(".p2align 4");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user