On 2/8/21 6:46 AM, Taylor Simpson wrote: > Enable multiarch tests for Hexagon > Modify tests/tcg/configure.sh > Add reference files to tests/tcg/hexagon > > Signed-off-by: Taylor Simpson <tsimp...@quicinc.com> > --- > tests/tcg/configure.sh | 4 +- > tests/tcg/hexagon/Makefile.target | 30 ++ > tests/tcg/hexagon/float_convs.ref | 748 +++++++++++++++++++++++++++++++++++++ > tests/tcg/hexagon/float_madds.ref | 768 > ++++++++++++++++++++++++++++++++++++++ > 4 files changed, 1549 insertions(+), 1 deletion(-) > create mode 100644 tests/tcg/hexagon/Makefile.target > create mode 100644 tests/tcg/hexagon/float_convs.ref > create mode 100644 tests/tcg/hexagon/float_madds.ref
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>