--- _poppler-0.33.0/splash/SplashMath.h Thu Jul 02 12:30:56 2015 +++ poppler-0.33.0/splash/SplashMath.h Thu Jul 02 12:31:02 2015 @@ -164,7 +164,11 @@ int result; x += 0.5; +#if USE_FLOAT + __asm fld DWORD PTR x +#else __asm fld QWORD PTR x +#endif __asm fnstcw WORD PTR oldCW __asm mov ax, WORD PTR oldCW __asm and ax, 0xf3ff