about summary refs log tree commit diff
path: root/sysdeps/generic/math-tests.h
Commit message (Collapse)AuthorAgeFilesLines
* Add fenv test support for targets which don't have FP traps.Wilco2014-04-171-0/+11
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-111-0/+18
|
* Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-101-0/+18
|
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+6
| | | | It is based on draft TS 18661 and currently enabled as a GNU extension.
* On 32-bit x86, disable certain tests involving sNaN values.Thomas Schwinge2013-03-211-0/+36
Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba.