VC8(64bits) doesn't support the _asm keyword

This commit is contained in:
Andreas Fabri 2006-08-28 12:56:10 +00:00
parent 3f0759c010
commit 71e5dbd0c4
1 changed files with 1 additions and 1 deletions

View File

@ -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