lib(private)zstd: Fix riscv buildLink __bswap[ds]i2() intrinsics in to libzstd for riscv, where the C runtimeapparently lacks such intrinsics.Broken in r330894.Reported by: asomersSponsored b
lib(private)zstd: Fix riscv buildLink __bswap[ds]i2() intrinsics in to libzstd for riscv, where the C runtimeapparently lacks such intrinsics.Broken in r330894.Reported by: asomersSponsored by: Dell EMC Isilon
show more ...
Addd work around for LLVM bug 35023.Clang crashes when compiling zstd_compress.c with optimization for ARM targets.https://bugs.llvm.org/show_bug.cgi?id=35023
Move zstd from contrib to sys/contrib so it can be used in thekernel. Adjust the Makefiles that referenced it to the new path.Sponsored by: NetflixOK'd by: cem@ and AllanJude@
Follow up on zstd update
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Build zstandard with threading enabled
Import zstandard 1.1.4 in basezstandard is a new compression library/tool which is very fast atcompression/decompressionFor now import as a private library