On 19/8/23 03:02, Richard Henderson wrote:
Use the generic routine for 64-bit carry-less multiply. Remove our local version of galois_multiply64.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/s390x/tcg/vec_int_helper.c | 58 +++++++------------------------ 1 file changed, 12 insertions(+), 46 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>