Searched hist:ed0356eda153f6a95649e11feb7b07083caf9e20 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | blake2s-core.S | ed0356eda153f6a95649e11feb7b07083caf9e20 Fri Nov 08 13:22:31 CET 2019 Jason A. Donenfeld <Jason@zx2c4.com> crypto: blake2s - x86_64 SIMD implementation
These implementations from Samuel Neves support AVX and AVX-512VL. Originally this used AVX-512F, but Skylake thermal throttling made AVX-512VL more attractive and possible to do with negligable difference.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Samuel Neves <sneves@dei.uc.pt> Co-developed-by: Samuel Neves <sneves@dei.uc.pt> [ardb: move to arch/x86/crypto, wire into lib/crypto framework] Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | blake2s-glue.c | ed0356eda153f6a95649e11feb7b07083caf9e20 Fri Nov 08 13:22:31 CET 2019 Jason A. Donenfeld <Jason@zx2c4.com> crypto: blake2s - x86_64 SIMD implementation
These implementations from Samuel Neves support AVX and AVX-512VL. Originally this used AVX-512F, but Skylake thermal throttling made AVX-512VL more attractive and possible to do with negligable difference.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Samuel Neves <sneves@dei.uc.pt> Co-developed-by: Samuel Neves <sneves@dei.uc.pt> [ardb: move to arch/x86/crypto, wire into lib/crypto framework] Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|