Releases: anandsuresh/sse4_crc32
Releases · anandsuresh/sse4_crc32
Fixes for Windows
5.2.0 5.2.0
H/w vs. s/w bug-fix
Fixes a bug introduced in v5.0.0 that caused the use of software fallback on platforms with support for H/w CRC.
Support for non-Intel based platforms
5.0.0 Bump version
sse4_crc32 v4.1.1
- Use
nmmintrin.h
instead ofssmintrin.h
; the former is for SSE v4.2; the latter is for SSE v4.1
sse4_crc32 v4.0.0
- Re-released with nan@v2
sse4_crc32 v3.4.0
- Reverted upgrade to Nan@v2
sse4_crc32 v3.3.0
- Upgraded to NAN v2 (to support iojs 3.0)
- Added debug scripts to package.json for better debugging of problems
sse4_crc32 v3.2.0
- Added build support for Windows
sse4_crc32 v3.1.0
- Fixes hardware CRC detection
- Fixes module interface to statically link the
calculate()
function
sse4_crc32 v3.0.1
Merged patch from @ashi009 to statically link functions.