From f69a836536ed6c09a2f45b0f08faf4f963eefc83 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Mon, 28 Jan 2002 17:44:32 +0000 Subject: [PATCH] - Update for sqrt() on VC++. --- Packages/Interval_arithmetic/KNOWN_PROBLEMS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Packages/Interval_arithmetic/KNOWN_PROBLEMS b/Packages/Interval_arithmetic/KNOWN_PROBLEMS index 2a01bb6d25c..bab43150a9f 100644 --- a/Packages/Interval_arithmetic/KNOWN_PROBLEMS +++ b/Packages/Interval_arithmetic/KNOWN_PROBLEMS @@ -51,10 +51,7 @@ with the rounding modes used in this package. When you don't optimize, std::sqrt() calls a library routine instead of the assembly instruction "fsqrt". This is plain stupid, and moreover this library routine appears to be buggy ! - The fix would be to provide our own cgal_sqrt_ms_workaround() in extern C - precompiled module. - GCC/CygWin now uses inline assembly to simplify the installation. - Hopefully VC++ will follow the same path. + GCC/CygWin and VC++ use inline assembly to fix it. 4/ is_valid() bug with VC++: ----------------------------