mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
EmitX64: Switch MXCSR when switching to interpreter
This commit is contained in:
parent
edb236ab07
commit
04c1a0d2de
3 changed files with 21 additions and 11 deletions
|
|
@ -20,7 +20,10 @@ public:
|
|||
void ClearCache(bool poison_memory);
|
||||
|
||||
size_t RunCode(JitState* jit_state, CodePtr basic_block, size_t cycles_to_run) const;
|
||||
void ReturnFromRunCode();
|
||||
void ReturnFromRunCode(bool MXCSR_switch = true);
|
||||
|
||||
void SwitchMxcsrOnEntry();
|
||||
void SwitchMxcsrOnExit();
|
||||
|
||||
Gen::OpArg MFloatNegativeZero32() const {
|
||||
return Gen::M(const_FloatNegativeZero32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue