]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 25 May 2000 19:10:22 +0000 (19:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 25 May 2000 19:10:22 +0000 (19:10 +0000)
2000-05-25  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if
__FAST_MATH__ is defined.

ChangeLog
sysdeps/i386/fpu/bits/mathinline.h

index 4430e3c5547a20730b19f487b6fe50fbe324826a..0539897ddfd2ef01533ccc130569ed3aa2c7a0b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-25  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if
+       __FAST_MATH__ is defined.
+
 2000-05-22  Andreas Jaeger  <aj@suse.de>
 
        * math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c,
index 9e9db8873d15e929cea36e07c1e756b2a64ffaf6..9b1fae211b5146e8ade82993168ad72f0cbdc068 100644 (file)
@@ -566,7 +566,9 @@ ldexp (double __x, int __y)
 /* Optimized versions for some non-standardized functions.  */
 #if defined __USE_ISOC99 || defined __USE_MISC
 
+# ifdef __FAST_MATH__
 __inline_mathcodeNP (expm1, __x, __expm1_code)
+# endif
 
 /* We cannot rely on M_SQRT being defined.  So we do it for ourself
    here.  */
This page took 0.050209 seconds and 5 git commands to generate.