Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Nov 26, 2003
1 parent 97fd3a3 commit 6d316b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* posix/runptests.c (main): Make errors fatal.
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/i386/fpu/bits/mathinline.h
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,10 @@ __inline_mathcodeNP2 (fmod, __x, __y, \


#ifdef __FAST_MATH__
# if !__GNUC_PREREQ (3,3)
__inline_mathopNP (sqrt, "fsqrt")
__inline_mathopNP_ (long double, __sqrtl, "fsqrt")
# endif
#endif

#if __GNUC_PREREQ (2, 8)
Expand Down

0 comments on commit 6d316b0

Please sign in to comment.