> -----Original Message-----
> From: Richard Henderson <[email protected]>
> Sent: Thursday, December 23, 2021 9:56 PM
> To: [email protected]
> Cc: [email protected]; Taylor Simpson <[email protected]>
> Subject: [PATCH 1/2] tests/tcg/multiarch: Read fp flags before printf
>
> 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 <[email protected]>
> Signed-off-by: Richard Henderson <[email protected]>
> Message-Id: <[email protected]>
> ---
> 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: Taylor Simpson <[email protected]>
Was Hexagon the only target that needed new ref files?