aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/isnan.c
Commit message (Expand)AuthorAgeFilesLines
* Add __isnan()/__isnanf() aliases for compatibility with glibc and CUDADimitry Andric2019-11-021-0/+7
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Revert r274772: it is not valid on MIPSEd Maste2014-11-251-2/+2
* Use canonical __PIC__ flagEd Maste2014-11-211-2/+2
* Add an explanatory comment to lib/libc/gen/isnan.c about the fix to makeDimitry Andric2012-11-111-0/+5
* Only define isnan, isnanf, __isnan and __isnanf in libc.so, not inDimitry Andric2012-11-101-0/+2
* Remove __isnanl() to avoid conflicting with the same function in libm.David Schultz2004-09-241-10/+0
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-091-0/+67