Hash :
3d1b90b4
Author :
Date :
2024-12-27T23:14:08
Rename module float to float-h. * modules/float-h: Renamed from modules/float. * modules/float-h-tests: Renamed from modules/float-tests. * modules/float-h-c++-tests: Renamed from modules/float-c++-tests. * tests/test-float-h.c: Renamed from tests/test-float.c. * tests/test-float-h-c++.cc: Renamed from tests/test-float-c++.cc. * tests/test-float-h-c++2.cc: Renamed from tests/test-float-c++2.cc. * doc/posix-headers/float.texi: Update. * modules/* (Depends-on): Update. * modules/float: New file.
Description:
isnanl() function: test for NaN, without requiring libm.
Files:
lib/isnanl-nolibm.h
lib/isnanl.c
lib/isnan.c
lib/float+.h
m4/exponentl.m4
m4/isnanl.m4
m4/math_h.m4
Depends-on:
float-h
fpieee
memcmp
configure.ac:
gl_FUNC_ISNANL_NO_LIBM
if test $gl_func_isnanl_no_libm != yes; then
AC_LIBOBJ([isnanl])
gl_PREREQ_ISNANL
fi
Makefile.am:
Include:
"isnanl-nolibm.h"
License:
LGPLv2+
Maintainer:
all