commit | ef73fe7cf1cedfb11b77e79d65638645ebd1cbc5 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 11 10:19:45 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri Sep 15 13:57:00 2023 +0000 |
tree | 82364581fd079505fcb1f223bc51cac45276b65e | |
parent | 7fcb505455aff817fe8984494b83e657f0f2e02b [diff] |
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>