]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Remove helper_sqrt_f16
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:29:53 +0000 (10:29 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:23 +0000 (13:39 +0000)
commit62b85fd044a71f45a5620e1de11b2b17579ce69f
tree8483b68f02b8f9a97536909b9cb2a6accc2e1816
parentcf866d81b86633bda2d60da9eca33dbeb07a78af
target/arm: Remove helper_sqrt_f16

This function is identical with helper_vfp_sqrth.
Replace all uses.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211163036.2297116-27-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/helper-a64.c
target/arm/tcg/helper-a64.h
target/arm/tcg/translate-a64.c