Re: [PATCH v5 1/5] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-05-24 21:46:08
Also in:
linux-crypto
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-05-24 21:46:08
Also in:
linux-crypto
On Fri, May 21, 2021 at 12:20:49PM +0200, Ard Biesheuvel wrote:
Now that kernel mode SIMD is guaranteed to be available when executing in task or softirq context, we no longer need scalar fallbacks to use when the NEON is unavailable. So get rid of them. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> --- arch/arm64/crypto/ghash-ce-glue.c | 209 +++++--------------- 1 file changed, 51 insertions(+), 158 deletions(-)
Reviewed-by: Eric Biggers <redacted> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel