mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
x64FPURoundMode: move things around a bit
This commit is contained in:
parent
269e2aefa7
commit
1a428de189
4 changed files with 46 additions and 46 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue