qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/11] softfloat: Rename float_flag_output_denormal to float_


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 02/11] softfloat: Rename float_flag_output_denormal to float_flag_oflush_denormal
Date: Sat, 19 Jun 2021 17:08:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

On 5/27/21 6:13 AM, Richard Henderson wrote:
> The new name emphasizes that the output denormal has been flushed to zero.
> 
> Patch created mechanically using:
>   sed -i s,float_flag_output_denormal,float_flag_oflush_denormal,g \
>     $(git grep -l float_flag_output_denormal)
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/fpu/softfloat-types.h | 2 +-
>  fpu/softfloat.c               | 2 +-
>  target/arm/vfp_helper.c       | 2 +-
>  target/i386/tcg/fpu_helper.c  | 2 +-
>  target/mips/tcg/msa_helper.c  | 2 +-
>  target/rx/op_helper.c         | 2 +-
>  target/tricore/fpu_helper.c   | 6 +++---
>  fpu/softfloat-parts.c.inc     | 2 +-
>  8 files changed, 10 insertions(+), 10 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]