Changes from 2.15.1 to 2.15.2
-
Support wasm32 by disabling ZLIB WITH_OPTIM option. Thanks to Miles Granger.
-
Avoid rip-relative addressing for OSX x86_64. Thanks to Miles Granger.
-
Added support for nvcc (NVidia Cuda Compiler) in CMake. Thanks to @dqwu.
-
Fix public include directories for blosc2 targets. Thanks to Dmitry Mikushin.
-
Fix ub in shuffle and unshuffle by marking _dst non-const. Thanks to Emil Dohne.