diff --git a/utils/common/mathlib.cpp b/utils/common/mathlib.cpp index dc75d34..a54b870 100644 --- a/utils/common/mathlib.cpp +++ b/utils/common/mathlib.cpp @@ -193,7 +193,7 @@ SinCos */ void SinCos( float radians, float *sine, float *cosine ) { - #ifdef _MSC_VER + #if defined _MSC_VER && defined(__i386__) _asm { fld dword ptr [radians]