]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: force maximum rounding precision for fildl[l]
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 7 Mar 2022 18:41:59 +0000 (18:41 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 23 Mar 2022 10:37:09 +0000 (10:37 +0000)
commit276de33f3db65199689b8748bde836e031e461c0
tree2f423a6ede743d2d61bf43b8902eb29d3807e4b8
parent425d6aba9994277da5edbf2cbd97502a107a794a
target/i386: force maximum rounding precision for fildl[l]

The instruction description says "It is loaded without rounding
errors." which implies we should have the widest rounding mode
possible.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/888
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220315121251.2280317-4-alex.bennee@linaro.org>
target/i386/tcg/fpu_helper.c