diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-10 22:38:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-10 22:38:12 +0000 |
commit | 5a30d45cedc93970c728636b6dc6368266985c1d (patch) | |
tree | 9ab7f974454b3ac8b16ab55414d6f4488341ab9e /lib/libc/arch/powerpc/gen/Makefile.inc | |
parent | f8a2c86989b396f318a87ce7f6c1d95b3c911d42 (diff) |
Use the LBL isnan() and isinf() on all platforms with ieee floating point.
Diffstat (limited to 'lib/libc/arch/powerpc/gen/Makefile.inc')
-rw-r--r-- | lib/libc/arch/powerpc/gen/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arch/powerpc/gen/Makefile.inc b/lib/libc/arch/powerpc/gen/Makefile.inc index 1aeb2065cd4..3e0e5091c31 100644 --- a/lib/libc/arch/powerpc/gen/Makefile.inc +++ b/lib/libc/arch/powerpc/gen/Makefile.inc @@ -1,4 +1,4 @@ -SRCS+= isinf.c infinity.c setjmp.S sigsetjmp.S flt_rounds.c modf.c +SRCS+= isinf.c isnan.c infinity.c setjmp.S sigsetjmp.S flt_rounds.c modf.c SRCS+= ldexp.c fabs.c frexp.c SRCS+= fpgetmask.c fpsetmask.c SRCS+= fpgetround.c fpsetround.c |