From 793b440c5cb021f417cbc7de3283b77d4c932705 Mon Sep 17 00:00:00 2001 From: Rob Davies Date: Fri, 5 Aug 2022 09:58:09 +0100 Subject: [PATCH] Update to htscodecs 1.3.0 * Substantial reduction to name tokeniser memory. * Improve compiler SIMD support tests * Conditionally build SIMD object files based on configure results * Remove GNU make-ism * Merge Various speed improvements to rANS codecs (PR #53) * Fix compression of data blocks close to 2GB in size. (PR #55) * Rename NEWS to NEWS.md * Switch CI to rocklinux:9 instead of :latest * Preparation for v1.3.0 release * Fix big-endian rans_compress_O0_32x16() to match little-endian * Fix clash with overlapping buffers in 32x16 scalar O1 decoder. * Update README file to acknowledge rans32x16 options * Add a -b (benchmark) option to test/entropy * Add some simple entropy encoder benchmarks * Fix bug with RANS_ORDER_STRIPE on large blocks. --- htscodecs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htscodecs b/htscodecs index 9cd552e17..3ef17f6fb 160000 --- a/htscodecs +++ b/htscodecs @@ -1 +1 @@ -Subproject commit 9cd552e173055730eb7701ebdbd13f6c579088e4 +Subproject commit 3ef17f6fb5b8b6b0ad2d4c1c562165664f0703f8