From: Richard Henderson Date: Sat, 2 May 1998 00:13:55 +0000 (+0000) Subject: * sysdeps/alpha/fpu/e_sqrt.c: Disable custom versions of sqrt. X-Git-Tag: cvs/sparc-980522-merge~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d307a99a66f5868cfa27ff3c84bb8f884c82576;p=thirdparty%2Fglibc.git * sysdeps/alpha/fpu/e_sqrt.c: Disable custom versions of sqrt. --- diff --git a/sysdeps/alpha/fpu/e_sqrt.c b/sysdeps/alpha/fpu/e_sqrt.c index 56c370f97b3..cb3ec9680e4 100644 --- a/sysdeps/alpha/fpu/e_sqrt.c +++ b/sysdeps/alpha/fpu/e_sqrt.c @@ -22,7 +22,9 @@ * We have three versions, depending on how exact we need the results. */ -#if defined(_IEEE_FP) && defined(_IEEE_FP_INEXACT) +/* Alternative versions are disabled because they currently don't work + properly with and near DBL_MIN. */ +#if 1 || defined(_IEEE_FP) && defined(_IEEE_FP_INEXACT) /* Most demanding: go to the original source. */ #include