From 8d307a99a66f5868cfa27ff3c84bb8f884c82576 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 2 May 1998 00:13:55 +0000 Subject: [PATCH] * sysdeps/alpha/fpu/e_sqrt.c: Disable custom versions of sqrt. --- sysdeps/alpha/fpu/e_sqrt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2