kiyo-masui / bitshuffle

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

using signed 64-bit integer for OpenMP under MSVC #70

Closed psteinb closed 5 years ago

psteinb commented 6 years ago

MSVC doesn't like size_t in parallel for loops, this simple typedef fixes this.

psteinb commented 6 years ago

just saw that you are already on this kind of matter with 295bd9d165fbaabd6a4f217abd1e7204edd7115b in PR #68