summaryrefslogtreecommitdiff
path: root/math/s_nan_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* Build s_nan* objects from a generic templatePaul E. Murphy2016-09-201-0/+37
This requires adding a macro to synthesize the call to __strto*_nan. Since this is likely to be the only usage ever for strto* functions in generated libm calls, a dedicated macro is defined for it.