aboutsummaryrefslogtreecommitdiff
path: root/math/s_nan_template.c
AgeCommit message (Collapse)Author
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy
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.