diff --git a/CHANGELOG b/CHANGELOG index e60770dd..3ba3d6be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,11 @@ v0.8.2 - fix : XXH3 S390x vector implementation (@hzhuang1) - fix : PowerPC vector compilation with IBM XL compiler (@MaxiBoether) +- perf : improved WASM speed by x2/x3 using SIMD128 (@easyaspi314) - perf : improved speed (+15%) for XXH3 on ARM NEON (@easyaspi314) -- perf : SVE vector implementation of XXH3 (@hzhuang1) - cli : Fix filename contain /LF character (@t-mat) - cli : Support # comment lines in --check files (@t-mat) +- cli : Support commands --binary and --ignore-missing (@t-mat) - build: fix -Og compilation (@easyaspi314, @t-mat) - build: fix pkgconfig generation with cmake (@ilya-fedin) - build: fix icc compilation @@ -12,6 +13,7 @@ v0.8.2 - build: new build options XXH_NO_XXH3, XXH_SIZE_OPT and XXH_NO_STREAM to reduce binary size (@easyaspi314) - build: dedicated install targets (@ffontaine) - build: support DISPATCH mode in cmake (@hzhuang1) +- portability: SVE vector implementation of XXH3 (@hzhuang1) - portability: compatibility with freestanding environments, using XXH_NO_STDLIB - portability: can build on Haiku (@Begasus) - portability: validated on m68k and risc-v