Skip to content

Releases: anandsuresh/sse4_crc32

Fixes for Windows

08 Feb 17:39
Compare
Choose a tag to compare

H/w vs. s/w bug-fix

02 May 16:17
Compare
Choose a tag to compare

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

16 Apr 20:03
Compare
Choose a tag to compare

sse4_crc32 v4.1.1

28 Oct 22:41
Compare
Choose a tag to compare
  • Use nmmintrin.h instead of ssmintrin.h; the former is for SSE v4.2; the latter is for SSE v4.1

sse4_crc32 v4.0.0

05 Aug 05:40
Compare
Choose a tag to compare
  • Re-released with nan@v2

sse4_crc32 v3.4.0

05 Aug 05:21
Compare
Choose a tag to compare
  • Reverted upgrade to Nan@v2

sse4_crc32 v3.3.0

01 Aug 01:23
Compare
Choose a tag to compare
  • 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

13 Jun 21:50
Compare
Choose a tag to compare
  • Added build support for Windows

sse4_crc32 v3.1.0

02 Apr 18:22
Compare
Choose a tag to compare
  • Fixes hardware CRC detection
  • Fixes module interface to statically link the calculate() function

sse4_crc32 v3.0.1

17 Mar 05:13
Compare
Choose a tag to compare

Merged patch from @ashi009 to statically link functions.