summaryrefslogtreecommitdiff
path: root/modules/isnand-nolibm
blob: 8193d36af040d9a8b79d88c43e950fb42a0422f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
isnand() function: test for NaN, without requiring libm.

Files:
lib/isnand-nolibm.h
lib/isnand.c
lib/isnan.c
lib/float+.h
m4/exponentd.m4
m4/isnand.m4

Depends-on:
fpieee
memcmp

configure.ac:
gl_FUNC_ISNAND_NO_LIBM
if test $gl_func_isnand_no_libm != yes; then
  AC_LIBOBJ([isnand])
  gl_PREREQ_ISNAND
fi

Makefile.am:

Include:
"isnand-nolibm.h"

License:
LGPLv2+

Maintainer:
all