Re: [PATCH v2 06/18] target/arm: Use clmul_16* routines

2023-08-21 Thread Philippe Mathieu-Daudé
On 19/8/23 03:02, Richard Henderson wrote: Use generic routines for 16-bit carry-less multiply. Remove our local version of pmull_w. Signed-off-by: Richard Henderson --- target/arm/tcg/vec_internal.h | 6 -- target/arm/tcg/mve_helper.c | 8 ++-- target/arm/tcg/vec_helper.c | 1

[PATCH v2 06/18] target/arm: Use clmul_16* routines

2023-08-18 Thread Richard Henderson
Use generic routines for 16-bit carry-less multiply. Remove our local version of pmull_w. Signed-off-by: Richard Henderson --- target/arm/tcg/vec_internal.h | 6 -- target/arm/tcg/mve_helper.c | 8 ++-- target/arm/tcg/vec_helper.c | 13 - 3 files changed, 2 insertions(+