mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
remove SetRoundMode
we only care about SSE rounding mode, and set that manually in SetSIMDMode
This commit is contained in:
@ -15,8 +15,6 @@ enum RoundMode : u32
|
||||
ROUND_DOWN = 3
|
||||
};
|
||||
|
||||
void SetRoundMode(RoundMode mode);
|
||||
|
||||
void SetSIMDMode(RoundMode rounding_mode, bool non_ieee_mode);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user