summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GenericFPURoundMode.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2014-02-23 14:57:31 +0100
committerTillmann Karras <tilkax@gmail.com>2014-02-28 12:28:21 +0100
commit1a428de189eb9456695429adc11b606936218924 (patch)
tree65fbb67462a3bab3d3258946ed0e8c4fd8adda0b /Source/Core/Common/GenericFPURoundMode.cpp
parent269e2aefa79075cca3b4ea63812456549ddc0867 (diff)
x64FPURoundMode: move things around a bit
Diffstat (limited to 'Source/Core/Common/GenericFPURoundMode.cpp')
-rw-r--r--Source/Core/Common/GenericFPURoundMode.cpp6
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()