mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
remove SetRoundMode
we only care about SSE rounding mode, and set that manually in SetSIMDMode
This commit is contained in:
@ -7,9 +7,6 @@
|
||||
// Generic, do nothing
|
||||
namespace FPURoundMode
|
||||
{
|
||||
void SetRoundMode(RoundMode mode)
|
||||
{
|
||||
}
|
||||
void SetSIMDMode(RoundMode rounding_mode, bool non_ieee_mode)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user