From c73c7fc07c001f2a907a9c6d50c57d377ce0351f Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Wed, 16 Nov 2016 10:09:50 -0500 Subject: tile: create new math-tests.h header The header makes tile use the new mechanisms for suppressing exception and rounding support (the ROUNDING_TESTS_xxx() and EXCEPTION_TESTS_xxx macros). More importantly, it also now sets SNAN_TESTS_PRESERVE_PAYLOAD to 0, since the tilegx fp hardware does not preserve NaN payloads. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c09246e..4c90aa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-11-18 Chris Metcalf + * sysdeps/tile/math-tests.h: New file. + * sysdeps/unix/sysv/linux/tile/set_dataplane.c (__old_set_dataplane): Rename from set_dataplane and make a compatibility symbol. -- cgit v1.1