mirror of git://sourceware.org/git/glibc.git
Update.
2003-11-25 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/i386/fpu/bits/mathinline.h (sqrt): Don't inline sqrt for gcc 3.3 and above.
This commit is contained in:
parent
97fd3a3003
commit
6d316b07f1
|
|
@ -1,3 +1,8 @@
|
||||||
|
2003-11-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* sysdeps/i386/fpu/bits/mathinline.h (sqrt): Don't inline
|
||||||
|
sqrt for gcc 3.3 and above.
|
||||||
|
|
||||||
2003-11-25 Ulrich Drepper <drepper@redhat.com>
|
2003-11-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* posix/runptests.c (main): Make errors fatal.
|
* posix/runptests.c (main): Make errors fatal.
|
||||||
|
|
|
||||||
|
|
@ -438,8 +438,10 @@ __inline_mathcodeNP2 (fmod, __x, __y, \
|
||||||
|
|
||||||
|
|
||||||
#ifdef __FAST_MATH__
|
#ifdef __FAST_MATH__
|
||||||
|
# if !__GNUC_PREREQ (3,3)
|
||||||
__inline_mathopNP (sqrt, "fsqrt")
|
__inline_mathopNP (sqrt, "fsqrt")
|
||||||
__inline_mathopNP_ (long double, __sqrtl, "fsqrt")
|
__inline_mathopNP_ (long double, __sqrtl, "fsqrt")
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __GNUC_PREREQ (2, 8)
|
#if __GNUC_PREREQ (2, 8)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue