You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
SSE2 is enabled by default on gcc/clang and msvc.
Setting
HDF5PLUGIN_SSE2=False
only disable using it forblosc
andblosc2
(thanks to theSHUFFLE_SSE2_ENABLED
macro), but the__SSE2__
macro is still defined and so thebitshuffle
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
The text was updated successfully, but these errors were encountered: