From 71e5dbd0c44f70a24f8b6e21509b387c88567486 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 28 Aug 2006 12:56:10 +0000 Subject: [PATCH] VC8(64bits) doesn't support the _asm keyword --- Number_types/include/CGAL/FPU.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Number_types/include/CGAL/FPU.h b/Number_types/include/CGAL/FPU.h index c74a6144c66..451aa6855bc 100644 --- a/Number_types/include/CGAL/FPU.h +++ b/Number_types/include/CGAL/FPU.h @@ -167,7 +167,7 @@ inline double IA_force_to_double(double x) #endif // std::sqrt(double) on VC++ and CygWin is buggy when not optimizing. -#ifdef _MSC_VER +#if defined ( _MSC_VER ) && ! defined ( _WIN64 ) inline double IA_bug_sqrt(double d) { _asm