diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-02-23 14:57:31 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2014-02-28 12:28:21 +0100 |
| commit | 1a428de189eb9456695429adc11b606936218924 (patch) | |
| tree | 65fbb67462a3bab3d3258946ed0e8c4fd8adda0b /Source/Core/Common/GenericFPURoundMode.cpp | |
| parent | 269e2aefa79075cca3b4ea63812456549ddc0867 (diff) | |
x64FPURoundMode: move things around a bit
Diffstat (limited to 'Source/Core/Common/GenericFPURoundMode.cpp')
| -rw-r--r-- | Source/Core/Common/GenericFPURoundMode.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/Common/GenericFPURoundMode.cpp b/Source/Core/Common/GenericFPURoundMode.cpp index 548e029fb9..0fb37ba07f 100644 --- a/Source/Core/Common/GenericFPURoundMode.cpp +++ b/Source/Core/Common/GenericFPURoundMode.cpp @@ -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() |
