Skip to content

reedsolomon-0.0.2.0

Compare
Choose a tag to compare
@NicolasT NicolasT released this 03 Dec 23:05
· 157 commits to master since this release

Highlights since version 0.0.1.2:

Use AVX-optimized Galois routines

Even though AVX-optimized versions of the Galois field routines were compiled into the library, they were not used because of an oversight in the dispatch function.

Expose SIMD instruction set being used

Using a new action, Data.ReedSolomon.simdInstructions, the SIMD instruction set used to perform Galois field calculations (if any) can be queried at runtime.