mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -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:
@ -6,7 +6,7 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
// Generic, do nothing
|
||||
namespace FPURoundMode
|
||||
namespace Common::FPU
|
||||
{
|
||||
void SetSIMDMode(RoundMode rounding_mode, bool non_ieee_mode)
|
||||
{
|
||||
@ -20,4 +20,4 @@ void LoadSIMDState()
|
||||
void LoadDefaultSIMDState()
|
||||
{
|
||||
}
|
||||
} // namespace FPURoundMode
|
||||
} // namespace Common::FPU
|
||||
|
Reference in New Issue
Block a user