aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/math-tests.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-04-17Add fenv test support for targets which don't have FP traps.Wilco1-0/+11
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-11Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+18
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+18
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+6
It is based on draft TS 18661 and currently enabled as a GNU extension.
2013-03-21On 32-bit x86, disable certain tests involving sNaN values.Thomas Schwinge1-0/+36
Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba.