]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Document --disable-loongarch-crc32 in INSTALL
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 6 Jul 2024 11:04:16 +0000 (14:04 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 6 Jul 2024 11:04:16 +0000 (14:04 +0300)
INSTALL

diff --git a/INSTALL b/INSTALL
index 317359f5806a1cc1a25aeb26a802a9e8557bb624..c7e4d497a4e40e4f56f087cdac5edfb948bce64d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -454,6 +454,14 @@ XZ Utils Installation
                 and later) then runtime detection isn't used and the
                 generic code is omitted.
 
+    --disable-loongarch-crc32
+    XZ_LOONGARCH_CRC32=OFF
+                Disable the use of the 64-bit LoongArch CRC32
+                instruction extension even if compiler support for
+                it is detected. There is no runtime detection because
+                all 64-bit LoongArch processors should support
+                the CRC32 instructions.
+
     --enable-unaligned-access
     TUKLIB_FAST_UNALIGNED_ACCESS=ON
                 Allow liblzma to use unaligned memory access for 16-bit,