sha256-simd icon indicating copy to clipboard operation
sha256-simd copied to clipboard

Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performan...

Results 2 sha256-simd issues
Sort by recently updated
recently updated
newest added

This harness attempts to find any bugs in the simd implementation of the sha256sum tooling by testing against the stdlib implementation.

I know they're getting removed soon from support, but am curious if this project supports the AVX512 instructions for the 72XX (7210 to 7295) Intel KNL / KNM processor family?...