Support for SIMD operations for RGG1555
Compare changes
+ 15
− 0
@@ -15,8 +15,10 @@ readme = "README.md"
@@ -27,6 +29,9 @@ wasm-bindgen = { version = "0.2", optional = true }
@@ -44,8 +49,18 @@ debug = false
Up to 3x the performance for RGG1555 with SIMD operations. The current implementation is hardcoded for 16 bytes at a time (128 bits). Still requires some testing and validation for AVX2 and AVX512.
Fixes #45 (closed)