]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: Use clmul_32* routines
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Jul 2023 08:58:46 +0000 (09:58 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 13:57:00 +0000 (13:57 +0000)
commit653aab27ba9610e3d3e047d1475765bd01f6fc14
tree55d5e58217ef59defea97957b78bc14dc51d0ae3
parentbae25f648e3cbf7755c74aef2278be7332190e53
target/s390x: Use clmul_32* routines

Use generic routines for 32-bit carry-less multiply.
Remove our local version of galois_multiply32.

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