mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
softfloat: Change tininess_before_rounding to bool
Slightly tidies the usage within softfloat.c and the representation in float_status. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
c120391c00
commit
a828b373bd
4 changed files with 28 additions and 44 deletions
|
@ -989,7 +989,7 @@ static void QEMU_NORETURN run_test(void)
|
|||
|
||||
verCases_tininessCode = 0;
|
||||
slowfloat_detectTininess = tmode;
|
||||
qsf.float_detect_tininess = sf_tininess_to_qemu(tmode);
|
||||
qsf.tininess_before_rounding = sf_tininess_to_qemu(tmode);
|
||||
|
||||
if (attrs & FUNC_EFF_TININESSMODE ||
|
||||
((attrs & FUNC_EFF_TININESSMODE_REDUCEDPREC) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue