]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Use clmul_16* routines
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Jul 2023 08:38:28 +0000 (09:38 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 13:57:00 +0000 (13:57 +0000)
commita2c67342eed42f181aa123803bc246b8fad7d1d9
treea679390884352c54f2c9e38d9604b8ac3df30f0b
parent25c304e93612b5a0ad75c55d43d596b6d3271aad
target/ppc: Use clmul_16* routines

Use generic routines for 16-bit carry-less multiply.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/ppc/int_helper.c