commit | 25c304e93612b5a0ad75c55d43d596b6d3271aad | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 11 09:35:30 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri Sep 15 13:57:00 2023 +0000 |
tree | 7ec72c0130529d63189c0d4cf8e280ef349b8813 | |
parent | c6f0dcb1fdee2b1c2af15cea75bee98327308a8e [diff] |
target/s390x: Use clmul_16* routines Use generic routines for 16-bit carry-less multiply. Remove our local version of galois_multiply16. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>