mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Revert m68k __ieee754_sqrt change
Revert m68k __ieee754_sqrt change as it causes a build failure in one m68k configuration. m68k-linux-gnu now passes again. * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Revert previous commit.
This commit is contained in:
parent
700593fdd7
commit
22679b2c33
@ -1,3 +1,8 @@
|
||||
2018-03-16 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Revert previous
|
||||
commit.
|
||||
|
||||
2018-03-15 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/x86/fpu/bits/mathinline.h [__FAST_MATH__]
|
||||
|
@ -30,6 +30,7 @@ __inline_mathop (__ieee754_exp10, tentox,)
|
||||
__inline_mathop (__ieee754_log10, log10,)
|
||||
__inline_mathop (__ieee754_log2, log2,)
|
||||
__inline_mathop (__ieee754_log, logn,)
|
||||
__inline_mathop (__ieee754_sqrt, sqrt,)
|
||||
__inline_mathop (__ieee754_atanh, atanh,)
|
||||
|
||||
__m81_defun (double, __ieee754_remainder, (double __x, double __y),)
|
||||
|
Loading…
Reference in New Issue
Block a user