remove SetRoundMode

we only care about SSE rounding mode, and set
that manually in SetSIMDMode
This commit is contained in:
Shawn Hoffman
2021-07-17 19:19:33 -07:00
parent 3c90b657f3
commit 8bddd8c675
5 changed files with 0 additions and 18 deletions

View File

@ -640,7 +640,6 @@ void RoundingModeUpdated()
// The rounding mode is separate for each thread, so this must run on the CPU thread
ASSERT(Core::IsCPUThread());
FPURoundMode::SetRoundMode(FPSCR.RN);
FPURoundMode::SetSIMDMode(FPSCR.RN, FPSCR.NI);
}