xz/src
Jia Tan 761f5b69a4 liblzma: Rename crc32_aarch64.h to crc32_arm64.h.
Even though the proper name for the architecture is aarch64, this
project uses ARM64 throughout. So the rename is for consistency.

Additionally, crc32_arm64.h was slightly refactored for the following
changes:

   * Added MSVC, FreeBSD, and macOS support in
     is_arch_extension_supported().

   * crc32_arch_optimized() now checks the size when aligning the
     buffer.

   * crc32_arch_optimized() loop conditions were slightly modified to
     avoid both decrementing the size and incrementing the buffer
     pointer.

   * Use the intrinsic wrappers defined in <arm_acle.h> because GCC and
     Clang name them differently.

   * Minor spacing and comment changes.
2024-02-01 20:09:11 +08:00
..
common tuklib_integer: Fix typo discovered by codespell. 2023-11-22 20:39:41 +08:00
liblzma liblzma: Rename crc32_aarch64.h to crc32_arm64.h. 2024-02-01 20:09:11 +08:00
lzmainfo xz, xzdec, lzmainfo: Use tuklib_attr_noreturn. 2023-09-22 20:06:27 +03:00
scripts Scripts: Change quoting style from `...' to '...'. 2023-09-24 22:10:41 +08:00
xz xz: Use threaded mode by defaut (as if --threads=0 was used). 2024-01-23 18:29:28 +02:00
xzdec xz: Update website URLs in the man pages. 2024-01-19 23:08:14 +08:00
Makefile.am Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00