kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
215 stars 76 forks source link

Fix binary wheel builds #129

Closed jrs65 closed 1 year ago

jrs65 commented 1 year ago

This limits the building of binary wheels in the CI to Haswell microarchitectures and stops AVX512 instructions accidentally appearing.

Fixes #121

kiyo-masui commented 1 year ago

This looks good to me.