fp-test: pick TARGET_ARM to get its specialization
authorEmilio G. Cota <cota@braap.org>
Sat, 13 Oct 2018 02:55:57 +0000 (22:55 -0400)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 17 Dec 2018 08:25:25 +0000 (08:25 +0000)
commit6c49b06dfd1aa5c1f90b2ade10df5a305d348e08
tree659cc15c8c9c9618a9c52d7e27ce14ab7e51bfaa
parent0636e4d899ab30485d18bacf286defff011a22c5
fp-test: pick TARGET_ARM to get its specialization

This gets rid of the muladd errors due to not raising the invalid flag.

- Before:
Errors found in f64_mulAdd, rounding near_even, tininess before rounding:
+000.0000000000000  +7FF.0000000000000  +7FF.FFFFFFFFFFFFF
        => +7FF.FFFFFFFFFFFFF .....  expected -7FF.FFFFFFFFFFFFF v....
[...]

- After:
In 6133248 tests, no errors found in f64_mulAdd, rounding near_even, tininess before rounding.
[...]

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/fp/Makefile