x64FPURoundMode: move things around a bit

This commit is contained in:
Tillmann Karras
2014-02-23 14:57:31 +01:00
parent 269e2aefa7
commit 1a428de189
4 changed files with 46 additions and 46 deletions

View File

@ -21,13 +21,13 @@
// Generic, do nothing
namespace FPURoundMode
{
void SetRoundMode(u32 mode)
void SetRoundMode(enum RoundModes mode)
{
}
void SetPrecisionMode(u32 mode)
void SetPrecisionMode(enum PrecisionModes mode)
{
}
void SetSIMDMode(u32 mode, u32 nonIEEEMode)
void SetSIMDMode(enum RoundModes rounding_mode, bool non_ieee_mode)
{
}
void SaveSIMDState()