summaryrefslogtreecommitdiff
path: root/modules/isnand-nolibm
blob: dfd587390fd4482ef3a9095651e36c8a6a52b45c (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
33
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:
LGPL

Maintainer:
Bruno Haible