OSDN Git Service

target/s390x: Use clmul_64
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Jul 2023 09:19:45 +0000 (10:19 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 13:57:00 +0000 (13:57 +0000)
commitef73fe7cf1cedfb11b77e79d65638645ebd1cbc5
tree82364581fd079505fcb1f223bc51cac45276b65e
parent7fcb505455aff817fe8984494b83e657f0f2e02b
target/s390x: Use clmul_64

Use the generic routine for 64-bit carry-less multiply.
Remove our local version of galois_multiply64.

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