New assembly x86 fpu core + fixing some bugs in the old one (Thanks wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2113
This commit is contained in:
parent
a05b1da479
commit
fd28399da2
10 changed files with 1377 additions and 391 deletions
8
INSTALL
8
INSTALL
|
@ -50,6 +50,14 @@ In step 1 you could add the following switches:
|
|||
enables some memory increasing inlines. This greatly increases
|
||||
compiletime for maybe a increase in speed.
|
||||
|
||||
--disable-dynamic-x86
|
||||
disables the dynamic cpu core. Although it's unstable it can greatly
|
||||
improve the speed of dosbox on x86 hosts.
|
||||
|
||||
--disable-fpu-x86
|
||||
disables the assembly fpu core. Although relatively new the x86 fpu
|
||||
core has more accuracy then the regular fpu core.
|
||||
|
||||
Check the src subdir for the binary.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue