On 12/24/21 04:55, Richard Henderson wrote: > We need to read the floating-point flags before printf may do > other floating-point operations which may affect the flags. > > Hexagon reference files regenerated by Taylor Simpson. > > Signed-off-by: Taylor Simpson <tsimp...@quicinc.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > Message-Id: <1639510781-3790-1-git-send-email-tsimp...@quicinc.com> > --- > tests/tcg/multiarch/float_convs.c | 2 +- > tests/tcg/multiarch/float_madds.c | 2 +- > tests/tcg/hexagon/float_convs.ref | 152 +++++++++++++++--------------- > tests/tcg/hexagon/float_madds.ref | 48 +++++----- > 4 files changed, 102 insertions(+), 102 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>