SSE2 is enabled by default on gcc/clang and msvc.
Setting HDF5PLUGIN_SSE2=False only disable using it for blosc and blosc2 (thanks to the SHUFFLE_SSE2_ENABLED macro), but the __SSE2__ macro is still defined and so the bitshuffle filter will compile with SSE2 support.
Not sure it is much of an issue as wheels and conda builds are done with HDF5PLUGIN_SSE2=True
SSE2 is enabled by default on gcc/clang and msvc.
Setting
HDF5PLUGIN_SSE2=Falseonly disable using it forbloscandblosc2(thanks to theSHUFFLE_SSE2_ENABLEDmacro), but the__SSE2__macro is still defined and so thebitshufflefilter will compile with SSE2 support.Not sure it is much of an issue as wheels and conda builds are done with
HDF5PLUGIN_SSE2=True