]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Use clmul_16* routines
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Jul 2023 08:35:30 +0000 (09:35 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 13:57:00 +0000 (13:57 +0000)
commit25c304e93612b5a0ad75c55d43d596b6d3271aad
tree7ec72c0130529d63189c0d4cf8e280ef349b8813
parentc6f0dcb1fdee2b1c2af15cea75bee98327308a8e
target/s390x: Use clmul_16* routines

Use generic routines for 16-bit carry-less multiply.
Remove our local version of galois_multiply16.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/tcg/vec_int_helper.c