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