OSDN Git Service

target/arm: Use clmul_32* routines
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Jul 2023 08:56:41 +0000 (09:56 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 13:57:00 +0000 (13:57 +0000)
commitbae25f648e3cbf7755c74aef2278be7332190e53
treefb9323d9c39846ff181c538bd6b852380497f404
parent9a65a570fab1bf2e907d593631a6b588a821d365
target/arm: Use clmul_32* routines

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

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