mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
compile fix(linux)?\024
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4467 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -90,7 +90,7 @@ inline double ForceSingle(double _x)
|
|||||||
|
|
||||||
IntDouble single;
|
IntDouble single;
|
||||||
single.d = _x;
|
single.d = _x;
|
||||||
single.i &= 0xFFFFFFFFE0000000;
|
single.i &= 0xFFFFFFFFE0000000ULL;
|
||||||
|
|
||||||
return single.d;
|
return single.d;
|
||||||
}
|
}
|
||||||
@ -249,4 +249,4 @@ inline u32 ConvertToSingleFTZ(u64 x)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user