index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
emu
/
x87emu_private.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-6
/
+6
*
[INTERPRETER] Small cosmetic fix for D2LD helper function
ptitSeb
2025-01-10
1
-3
/
+3
*
[INTERPRETER] Improved some x87 opcode behaviour
ptitSeb
2024-12-02
1
-23
/
+12
*
Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)
ptitSeb
2024-11-21
1
-1
/
+1
*
Fixed a comment on x87 tags
ptitSeb
2024-09-19
1
-1
/
+1
*
Fixed some x87 tag handling
ptitSeb
2024-09-19
1
-4
/
+4
*
Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...
ptitSeb
2024-09-05
1
-2
/
+4
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-11
/
+7
*
Small optimisation on xsave / xrstor helper
ptitSeb
2024-08-07
1
-12
/
+6
*
Fixes (#1659)
rajdakin
2024-07-09
1
-24
/
+24
*
[INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY...
ptitSeb
2024-06-06
1
-1
/
+98
*
Correct hadnlign of upper 32bits value of mask for xsave/xrstor
ptitSeb
2024-05-27
1
-2
/
+4
*
Fixed xrstor helper
ptitSeb
2024-05-26
1
-1
/
+1
*
[INTERPRETER] my first avx opcode
ptitSeb
2024-05-26
1
-8
/
+13
*
more avx infrastructure
ptitSeb
2024-05-24
1
-13
/
+34
*
Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)
ptitSeb
2024-05-24
1
-0
/
+83
*
More fixes to x87 handling
ptitSeb
2024-05-23
1
-27
/
+45
*
Fixed some x87 handling issues
ptitSeb
2024-05-22
1
-7
/
+7
*
[ARM64_DYNAREC] Some various fixes after double-check of code
ptitSeb
2024-05-19
1
-5
/
+6
*
Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...
ptitSeb
2024-04-24
1
-21
/
+15
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
Fixed fpu_fxsave/fpu_fxrstor utility function (might help Windows Unity3D games)
ptitSeb
2023-05-08
1
-4
/
+0
|
/
*
Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...
ptitSeb
2023-02-19
1
-1
/
+29
*
Fixed a regression with factorio
ptitSeb
2023-02-19
1
-2
/
+2
*
Various minor warning fixes
ptitSeb
2023-02-13
1
-2
/
+2
*
Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...
ptitSeb
2022-12-04
1
-0
/
+8
*
This fixed factorio for me, but it's not clear why
ptitSeb
2022-10-22
1
-1
/
+1
*
Improved signal handling and x87 flags (with tests backported from box86)
ptitSeb
2022-09-29
1
-7
/
+7
*
Fixed a few warnings
ptitSeb
2022-07-17
1
-1
/
+1
*
Splitted mmx and x87 register (from box86)
ptitSeb
2021-07-11
1
-9
/
+25
*
[DYNAREC] Fixed DD C0..C7 FFREE opcode
ptitSeb
2021-06-04
1
-0
/
+10
*
Fixed nexttoward(f) wrapped functions, and improved long double handling
ptitSeb
2021-04-17
1
-0
/
+15
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-55
/
+94
*
Added some x86_64 regs and emu infrastructure
ptitSeb
2021-03-02
1
-0
/
+307