On 9/24/19 11:00 PM, Alex Bennée wrote: > This is broadly similar to the existing fcvt test for ARM but using > the generic float testing framework. We should be able to pare down > the ARM fcvt test case to purely half-precision with or without the > Alt HP provision. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > tests/tcg/aarch64/float_convs.ref | 748 ++++++++++++++++++++++++++++ > tests/tcg/arm/float_convs.ref | 748 ++++++++++++++++++++++++++++ > tests/tcg/multiarch/Makefile.target | 6 +- > tests/tcg/multiarch/float_convs.c | 105 ++++ > 4 files changed, 1604 insertions(+), 3 deletions(-) > create mode 100755 tests/tcg/aarch64/float_convs.ref > create mode 100644 tests/tcg/arm/float_convs.ref > create mode 100644 tests/tcg/multiarch/float_convs.c [...]
Tested-by: Philippe Mathieu-Daudé <phi...@redhat.com>