mirror of https://git.tukaani.org/xz.git
liblzma: Fix a comment indentation
(cherry picked from commit afd9b4d282
)
This commit is contained in:
parent
8a9cc7ca08
commit
3f7edc673c
|
@ -77,8 +77,8 @@
|
||||||
// NO_CRC32_TABLE in crc32_table.c
|
// NO_CRC32_TABLE in crc32_table.c
|
||||||
#if defined(HAVE_ARM64_CRC32) && !defined(WORDS_BIGENDIAN)
|
#if defined(HAVE_ARM64_CRC32) && !defined(WORDS_BIGENDIAN)
|
||||||
// Allow ARM64 CRC32 instruction without a runtime check if
|
// Allow ARM64 CRC32 instruction without a runtime check if
|
||||||
// __ARM_FEATURE_CRC32 is defined. GCC and Clang only define this if the
|
// __ARM_FEATURE_CRC32 is defined. GCC and Clang only define
|
||||||
// proper compiler options are used.
|
// this if the proper compiler options are used.
|
||||||
# if defined(__ARM_FEATURE_CRC32)
|
# if defined(__ARM_FEATURE_CRC32)
|
||||||
# define CRC32_ARCH_OPTIMIZED 1
|
# define CRC32_ARCH_OPTIMIZED 1
|
||||||
# define CRC32_ARM64 1
|
# define CRC32_ARM64 1
|
||||||
|
|
Loading…
Reference in New Issue