xz/src
Sergey Kosukhin 096bc0e3f8 liblzma: Fix building with NVHPC (NVIDIA HPC SDK).
NVHPC compiler has several issues that make it impossible to
build liblzma:
  - the compiler cannot handle unions that contain pointers that
    are not the first members;
  - the compiler cannot handle the assembler code in range_decoder.h
    (LZMA_RANGE_DECODER_CONFIG has to be set to zero);
  - the compiler fails to produce valid code for delta_decode if the
    vectorization is enabled, which results in failed tests.

This introduces NVHPC-specific workarounds that address the issues.
2024-03-15 17:30:50 +02:00
..
common Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
liblzma liblzma: Fix building with NVHPC (NVIDIA HPC SDK). 2024-03-15 17:30:50 +02:00
lzmainfo Build: Install translated lzmainfo man pages. 2024-02-17 16:23:14 +02:00
scripts xzmore: Fix typo in xzmore.1. 2024-02-21 00:30:43 +08:00
xz xz: Add comments. 2024-02-28 18:26:25 +02:00
xzdec Build: Fix Linux Landlock feature test in Autotools and CMake builds. 2024-02-26 23:27:44 +08:00
Makefile.am Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00