Support for SIMD operations for RGG1555
Compare changes
Files
3+ 6
− 2
@@ -262,8 +262,9 @@ mod tests {
@@ -285,6 +286,7 @@ mod tests {
@@ -313,8 +315,9 @@ mod tests {
@@ -336,6 +339,7 @@ mod tests {
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)