remove more fpu exception flags and refine fpu statusword updates;
add a more direct calling of fpu functions (dynamic core, thanks to kekko!); avoid temporary storing of fpu values for eatree functions (x86 fpu only) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2644
This commit is contained in:
parent
7312606796
commit
3500ea88eb
8 changed files with 657 additions and 105 deletions
|
@ -262,6 +262,9 @@
|
|||
<File
|
||||
RelativePath="..\src\cpu\core_dyn_x86\decoder.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\cpu\core_dyn_x86\dyn_fpu.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\cpu\core_dyn_x86\helpers.h">
|
||||
</File>
|
||||
|
@ -368,13 +371,13 @@
|
|||
<File
|
||||
RelativePath="..\src\dos\cdrom_aspi_win32.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dos\cdrom_ioctl_win32.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dos\cdrom_image.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\src\dos\cdrom_ioctl_win32.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="drives"
|
||||
Filter="">
|
||||
|
@ -384,15 +387,15 @@
|
|||
<File
|
||||
RelativePath="..\src\dos\drive_fat.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dos\drive_iso.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dos\drive_local.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dos\drive_virtual.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dos\drive_iso.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dos\drives.cpp">
|
||||
</File>
|
||||
|
@ -470,15 +473,15 @@
|
|||
<File
|
||||
RelativePath="..\src\hardware\vga_other.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\hardware\vga_s3.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\hardware\vga_seq.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\hardware\vga_xga.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\hardware\vga_s3.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="sound"
|
||||
|
@ -678,9 +681,6 @@
|
|||
<File
|
||||
RelativePath="..\src\fpu\fpu_instructions_x86.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\fpu\fpu_types.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue