]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add comment for gcc-11
authorDanila Kutenin <kutdanila@yandex.ru>
Tue, 8 Jun 2021 19:54:21 +0000 (20:54 +0100)
committerDanila Kutenin <kutdanila@yandex.ru>
Tue, 8 Jun 2021 19:54:21 +0000 (20:54 +0100)
lib/decompress/zstd_decompress_block.c

index 40b2ae4922141ef75ab5ebacde655ad261c4daef..e5391d662003746b3f4f58e593eaa34fadb883a8 100644 (file)
@@ -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");