Adds support for enable AVX512 "Foundation" and "Byte and Word" instruction sets. This can be configured through the HDF5PLUGIN_AVX512 env. var. Else it is probed with cpuinfo and checking compile flag availability.
Updates the version of bitshuffle embedded to v0.5.1. This version uses AVX512 F and BW.
Updates the links of lz4 and zstd as a follow-up of #250
This PR:
HDF5PLUGIN_AVX512
env. var. Else it is probed withcpuinfo
and checking compile flag availability.bitshuffle
embedded to v0.5.1. This version uses AVX512 F and BW.closes #236