Add a number of compilation fixes for MSVC

svn path=/branches/cmake-bringup/; revision=49598
This commit is contained in:
Timo Kreuzer 2010-11-15 20:08:49 +00:00
parent b7383087f4
commit 1335cf4210
7 changed files with 46 additions and 2 deletions

View file

@ -30,7 +30,7 @@ double _logb (double __x)
("fxtract\n\t"
: "=t" (__junk), "=u" (__val) : "0" (__x));
#else
#error REVIEW ME
#pragma message ("REVIEW ME")
__asm fld [__x];
__asm fxtract;
__asm fstp st(0);