OBattler
|
8e21ba4699
|
SoftFloat: Fix 8087/287 comparison of infinites.
|
2024-03-27 13:59:37 +01:00 |
|
OBattler
|
12e4d1b083
|
SoftFloat: Correctly treat +INF and -INF as equal on 8087 and 287, fixes 287 detection in MCPDiag.
|
2024-03-26 23:29:06 +01:00 |
|
OBattler
|
782117dbbd
|
Fixed some GCC pedantic warnings.
|
2023-08-25 02:28:51 +02:00 |
|
OBattler
|
0968369acb
|
Clarified a condition in softfloat-specialize.h to fix a warning.
|
2023-06-11 13:49:47 +02:00 |
|
OBattler
|
db568b8658
|
Correct the floatx80_abs() and floatx80_chs() declarations when used with C++ code - fixes the sign in some trigonometric instruction, fixes Quake on SoftFloat.
|
2023-05-07 22:59:18 +02:00 |
|
OBattler
|
a67af2368e
|
Rename softfloat's poly.cc to softfloat_poly.cc, fixes the clobbering of Munt's poly.cpp when compiling with Makefile.mingw.
|
2023-05-01 02:42:47 +02:00 |
|
TC1995
|
7c372ca789
|
Moved the softfloat-enabled ops back to the cpu directory.
Made softfloat always enabled, thus dynarec disabled, only for the IBM PS/2 model 70 type 4, in preparation for its comeback to main use.
|
2023-04-30 18:18:12 +02:00 |
|
TC1995
|
7a53e1de45
|
Initial softfloat port from Bochs to 86box, currently selectable only on QT.
|
2023-04-29 18:56:57 +02:00 |
|