mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Common: Move FPU-related helpers into Common namespace
Makes these utilities' namespace consistent with the majority of the Common library.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace FPURoundMode
|
||||
namespace Common::FPU
|
||||
{
|
||||
enum RoundMode : u32
|
||||
{
|
||||
@ -27,4 +27,4 @@ void SetSIMDMode(RoundMode rounding_mode, bool non_ieee_mode);
|
||||
void SaveSIMDState();
|
||||
void LoadSIMDState();
|
||||
void LoadDefaultSIMDState();
|
||||
} // namespace FPURoundMode
|
||||
} // namespace Common::FPU
|
||||
|
Reference in New Issue
Block a user