about summary refs log tree commit diff
path: root/math/test-snan.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-1/+43
| | | | 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-10/+22
| | | | Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba.
* Move "-sNaN" value into a separate variable.Thomas Schwinge2013-03-161-6/+9
|
* Promote a math test for sNaN handling to the top-level.Thomas Schwinge2013-03-151-0/+336