mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 10:17:55 +00:00
dynarmic: Add Unsafe_InaccurateNaN optimization
This commit is contained in:
parent
80f49ed9f1
commit
c535205f1c
7 changed files with 27 additions and 1 deletions
|
@ -109,6 +109,18 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cpuopt_unsafe_inaccurate_nan">
|
||||
<property name="text">
|
||||
<string>Inaccurate NaN handling</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>
|
||||
<div>This option improves speed by removing NaN checking. Please note this also reduces accuracy of certain floating-point instructions.</div>
|
||||
</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue