diff --git a/ChangeLog b/ChangeLog index 1b0fff4359..92683cb643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-12-12 Joseph Myers + + * sysdeps/x86/fpu/bits/mathinline.h (hypot): Remove inline + definition. + 2018-12-12 Leonardo Sandoval * benchtests/scripts/compare_bench.py (do_compare): write to diff --git a/sysdeps/x86/fpu/bits/mathinline.h b/sysdeps/x86/fpu/bits/mathinline.h index 91ece8dfb8..8eae3707be 100644 --- a/sysdeps/x86/fpu/bits/mathinline.h +++ b/sysdeps/x86/fpu/bits/mathinline.h @@ -298,10 +298,6 @@ __inline_mathcodeNP (atanh, __x, \ register long double __y = __fabsl (__x); \ return -0.5 * log1pl (-(__y + __y) / (1.0 + __y)) * __sgn1l (__x)) -/* The argument range of the inline version of hypotl is slightly reduced. */ -__inline_mathcodeNP2 (hypot, __x, __y, - return __libc_sqrtl (__x * __x + __y * __y)) - # endif # endif