]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Use clmul_8* routines
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Jul 2023 15:07:57 +0000 (16:07 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 13:56:59 +0000 (13:56 +0000)
commit8e3da4c716ad6251e93972bf84428569737a913f
treef9b55a78ec70c9cd8f82b8ecdd08a9f74edb1790
parent07f348d77c35b6ff1f99075e20bffbf67e772d8b
target/arm: Use clmul_8* routines

Use generic routines for 8-bit carry-less multiply.
Remove our local version of pmull_h.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/tcg/mve_helper.c
target/arm/tcg/vec_helper.c
target/arm/tcg/vec_internal.h