|
From: | Richard Henderson |
Subject: | Re: [PATCH 21/76] fpu: Fix a comment in softfloat-types.h |
Date: | Sat, 25 Jan 2025 07:27:08 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/24/25 08:27, Peter Maydell wrote:
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> --- include/fpu/softfloat-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |