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.hender...@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é <f4...@amsat.org>