blob: d5aff2a91f79a2d57c6a866f55eaeab53c278d9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Files:
tests/test-isnan.c
tests/nan.h
Depends-on:
float
configure.ac:
gl_FLOAT_EXPONENT_LOCATION
gl_DOUBLE_EXPONENT_LOCATION
gl_LONG_DOUBLE_EXPONENT_LOCATION
Makefile.am:
TESTS += test-isnan
check_PROGRAMS += test-isnan
test_isnan_LDADD = $(LDADD) @ISNAN_LIBM@
|