aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lzma/liblzma/check/crc_common.h
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-10-16 23:50:59 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-10-17 00:04:59 +0300
commit77bb438c9af7813276c59aac06d76ae6148cd071 (patch)
treec4f2b0355744a23a1f2839652212c2888a144327 /contrib/libs/lzma/liblzma/check/crc_common.h
parentd3b5041a3d36344242cf419e00b5b15f551e297e (diff)
downloadydb-77bb438c9af7813276c59aac06d76ae6148cd071.tar.gz
Update contrib/libs/lzma to 5.6.3
commit_hash:625353c0ed27ce033147a8f5121982b83e126bdc
Diffstat (limited to 'contrib/libs/lzma/liblzma/check/crc_common.h')
-rw-r--r--contrib/libs/lzma/liblzma/check/crc_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/lzma/liblzma/check/crc_common.h b/contrib/libs/lzma/liblzma/check/crc_common.h
index 63a7b5cefe..c15d4c675c 100644
--- a/contrib/libs/lzma/liblzma/check/crc_common.h
+++ b/contrib/libs/lzma/liblzma/check/crc_common.h
@@ -76,9 +76,9 @@
// NOTE: Keep this and the next check in sync with the macro
// NO_CRC32_TABLE in crc32_table.c
#if defined(HAVE_ARM64_CRC32) && !defined(WORDS_BIGENDIAN)
-// Allow ARM64 CRC32 instruction without a runtime check if
-// __ARM_FEATURE_CRC32 is defined. GCC and Clang only define this if the
-// proper compiler options are used.
+ // Allow ARM64 CRC32 instruction without a runtime check if
+ // __ARM_FEATURE_CRC32 is defined. GCC and Clang only define
+ // this if the proper compiler options are used.
# if defined(__ARM_FEATURE_CRC32)
# define CRC32_ARCH_OPTIMIZED 1
# define CRC32_ARM64 1