mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove __nan{f,,l} macros
Use the GCC builtin instead. With the exception of the files built from a template, they are unused. This is preparation for making the s_nanF objects generated.
This commit is contained in:
@ -74,7 +74,7 @@
|
||||
#define __M_CONCAT(a,b) a ## b
|
||||
#define __M_CONCATX(a,b) __M_CONCAT(a,b)
|
||||
|
||||
#define M_NAN M_SUF (__nan) ("")
|
||||
#define M_NAN M_SUF (__builtin_nan) ("")
|
||||
#define M_MAX_EXP __M_CONCATX (M_PFX, _MAX_EXP)
|
||||
#define M_MIN __M_CONCATX (M_PFX, _MIN)
|
||||
#define M_MAX __M_CONCATX (M_PFX, _MAX)
|
||||
|
Reference in New Issue
Block a user