qemu/include/fpu
Peter Maydell 1c49280f02 fpu: Fix a comment in softfloat-types.h
In softfloat-types.h a comment documents that if the float_status
field flush_to_zero is set then we flush denormalised results to 0
and set the inexact flag.  This isn't correct: the status flag that
we set when flush_to_zero causes us to flush an output to zero is
float_flag_output_denormal_flushed.

Correct the comment.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250124162836.2332150-22-peter.maydell@linaro.org
2025-01-28 18:40:19 +00:00
..
softfloat-helpers.h softfloat: Constify helpers returning float_status field 2025-01-17 08:29:25 -08:00
softfloat-macros.h host-utils: move udiv_qrnnd() to host-utils 2021-10-27 17:10:00 -07:00
softfloat-types.h fpu: Fix a comment in softfloat-types.h 2025-01-28 18:40:19 +00:00
softfloat.h softfloat: Add float_muladd_suppress_add_product_zero 2024-12-24 08:32:15 -08:00