a32_jitstate: Enable SSE FTZ and DAZ
This commit is contained in:
parent
f178562ee7
commit
366d63f4b4
1 changed files with 2 additions and 2 deletions
|
@ -189,8 +189,8 @@ void A32JitState::SetFpscr(u32 FPSCR) {
|
||||||
|
|
||||||
if (Common::Bit<24>(FPSCR)) {
|
if (Common::Bit<24>(FPSCR)) {
|
||||||
// VFP Flush to Zero
|
// VFP Flush to Zero
|
||||||
//guest_MXCSR |= (1 << 15); // SSE Flush to Zero
|
guest_MXCSR |= (1 << 15); // SSE Flush to Zero
|
||||||
//guest_MXCSR |= (1 << 6); // SSE Denormals are Zero
|
guest_MXCSR |= (1 << 6); // SSE Denormals are Zero
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue