mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
remove SetRoundMode
we only care about SSE rounding mode, and set that manually in SetSIMDMode
This commit is contained in:
parent
3c90b657f3
commit
8bddd8c675
5 changed files with 0 additions and 18 deletions
|
@ -15,8 +15,6 @@ enum RoundMode : u32
|
|||
ROUND_DOWN = 3
|
||||
};
|
||||
|
||||
void SetRoundMode(RoundMode mode);
|
||||
|
||||
void SetSIMDMode(RoundMode rounding_mode, bool non_ieee_mode);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue