mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Interpreter: support non-IEEE mode emulation
v2: fix fxsave on visual studio, thx @ rodolfo for this patch
This commit is contained in:
parent
710a0ff435
commit
466a7afde3
6 changed files with 53 additions and 19 deletions
|
@ -36,7 +36,7 @@ namespace FPURoundMode
|
|||
|
||||
void SetPrecisionMode(u32 mode);
|
||||
|
||||
void SetSIMDMode(u32 mode);
|
||||
void SetSIMDMode(u32 roundingMode, u32 nonIEEEMode);
|
||||
|
||||
/*
|
||||
* There are two different flavors of float to int conversion:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue