about summary refs log tree commit diff
path: root/math/s_nan_template.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.