]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 20:28:05 +0000 (10:28 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:38 +0000 (06:44 -0700)
commitab9ced73fa6679791c61d45768414cec578b6053
tree04cd453dd3a951ac0a9d754bbd81ff91ebb0fe94
parent0b29090a68beb4ad12897f97c446901d331ca45e
target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf

While this enumerator has been present since the first commit,
it isn't ever used.  The first actual use of round-to-odd came
with SVE, which currently uses float_round_to_odd instead of
the arm-specific enumerator.

Amusingly, the comment about unhandled TIEAWAY has been
out of date since the initial commit of translate-a64.c.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/vfp_helper.c