From: Danila Kutenin Date: Tue, 8 Jun 2021 19:54:21 +0000 (+0100) Subject: Add comment for gcc-11 X-Git-Tag: v1.5.1~1^2~141^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a3ddbd28c362ef1f334c17894178d904436771;p=thirdparty%2Fzstd.git Add comment for gcc-11 --- diff --git a/lib/decompress/zstd_decompress_block.c b/lib/decompress/zstd_decompress_block.c index 40b2ae492..e5391d662 100644 --- a/lib/decompress/zstd_decompress_block.c +++ b/lib/decompress/zstd_decompress_block.c @@ -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");