diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-04 21:41:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-04 21:41:25 +0000 |
commit | 35915ec87be2468d9c427ab878faec3b2d81b2bb (patch) | |
tree | 4e8ead45141d3b5b8ec6226d03a067476e79bf16 /sysdeps | |
parent | 29d9e2fd2c19b758998a65ade92180d03fed4cae (diff) | |
download | glibc-35915ec87be2468d9c427ab878faec3b2d81b2bb.tar.gz glibc-35915ec87be2468d9c427ab878faec3b2d81b2bb.tar.xz glibc-35915ec87be2468d9c427ab878faec3b2d81b2bb.zip |
Regenerated.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/fpu/bits/mathinline.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/i386/fpu/bits/mathinline.h b/sysdeps/i386/fpu/bits/mathinline.h index 6274824063..21ae218c62 100644 --- a/sysdeps/i386/fpu/bits/mathinline.h +++ b/sysdeps/i386/fpu/bits/mathinline.h @@ -534,11 +534,10 @@ ldexp (double __x, int __y) __THROW # 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. */ -# define __M_SQRT2 1.41421356237309504880L /* sqrt(2) */ +# define __M_SQRT2 1.41421356237309504880L /* sqrt(2) */ __inline_mathcodeNP (log1p, __x, \ register long double __value; \ @@ -577,12 +576,12 @@ __inline_mathcodeNP(logb, __x, \ : "=t" (__junk), "=u" (__value) : "0" (__x)); \ return __value) +# endif #endif #ifdef __USE_ISOC99 #ifdef __FAST_MATH__ __inline_mathop_declNP (log2, "fld1; fxch; fyl2x", "0" (__x) : "st(1)") -#endif /* __FAST_MATH__ */ __MATH_INLINE float ldexpf (float __x, int __y) __THROW @@ -596,7 +595,6 @@ ldexpl (long double __x, int __y) __THROW __ldexp_code; } -#ifdef __FAST_MATH__ __inline_mathcodeNP3 (fma, __x, __y, __z, return (__x * __y) + __z) __inline_mathopNP (rint, "frndint") |