qemu-e2k/tests/fp
Richard Henderson 5d64abb32f softfloat: Support float_round_to_odd more places
Previously this was only supported for roundAndPackFloat64.

New support in round_canonical, round_to_int, float128_round_to_int,
roundAndPackFloat32, roundAndPackInt32, roundAndPackInt64,
roundAndPackUint64.  This does not include any of the floatx80 routines,
as we do not have users for that rounding mode there.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190215170225.15537-1-richard.henderson@linaro.org>
Tested-by: David Hildenbrand <david@redhat.com>
[AJB: add missing break]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-02-26 14:08:03 +00:00
..
berkeley-softfloat-3@b64af41c32 gitmodules: add berkeley's softfloat + testfloat version 3 2018-10-05 12:57:41 -05:00
berkeley-testfloat-3@5a59dcec19 berkeley-testfloat-3: pull changes 2019-01-22 20:47:57 +00:00
.gitignore tests/fp: add fp-bench 2018-12-17 08:25:25 +00:00
Makefile tests/fp/Makefile: do not use gcc-only -W flags 2019-01-22 20:48:07 +00:00
fp-bench.c fp-bench: remove wrong exponent raise in fill_random 2019-01-22 20:47:54 +00:00
fp-test.c softfloat: Support float_round_to_odd more places 2019-02-26 14:08:03 +00:00
platform.h tests/fp/platform.h: include config-host.h 2019-01-22 20:48:15 +00:00
wrap.inc.c tests/fp: add wrapping for f128_to_ui32 2019-02-26 14:05:19 +00:00