]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use float_round_to_odd in helper_fcvtx_f64_to_f32
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 Dec 2024 03:14:28 +0000 (21:14 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 15:32:55 +0000 (15:32 +0000)
commitc66be53ce7460d061cbd9061a85ecfb219515901
treecaa8d256a97d0ccea33f143661a26a0b81108f53
parent53ac794af68bcd69d121e70592bc684b14407c71
target/arm: Use float_round_to_odd in helper_fcvtx_f64_to_f32

Softfloat has native support for round-to-odd.  Use it.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241206031428.78634-1-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/helper-a64.c