mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Build s_nan* objects from a generic template
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.
This commit is contained in:
@ -30,6 +30,9 @@
|
||||
i.e expf expl exp.
|
||||
FLOAT - Resolves to the C typename of M_TYPE.
|
||||
CFLOAT - Resolves to the complex typename of M_TYPE.
|
||||
M_STRTO_NAN - Resolves to the internal libc function which
|
||||
converts a string into the appropriate FLOAT nan
|
||||
value.
|
||||
|
||||
Optionally, these headers may inject a non-standard
|
||||
definition for the following:
|
||||
|
Reference in New Issue
Block a user