about summary refs log tree commit diff stats
path: root/src/emu/x87emu_private.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-6/+6
* [INTERPRETER] Small cosmetic fix for D2LD helper functionptitSeb2025-01-101-3/+3
* [INTERPRETER] Improved some x87 opcode behaviourptitSeb2024-12-021-23/+12
* Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)ptitSeb2024-11-211-1/+1
* Fixed a comment on x87 tagsptitSeb2024-09-191-1/+1
* Fixed some x87 tag handlingptitSeb2024-09-191-4/+4
* Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...ptitSeb2024-09-051-2/+4
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-11/+7
* Small optimisation on xsave / xrstor helperptitSeb2024-08-071-12/+6
* Fixes (#1659)rajdakin2024-07-091-24/+24
* [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY...ptitSeb2024-06-061-1/+98
* Correct hadnlign of upper 32bits value of mask for xsave/xrstorptitSeb2024-05-271-2/+4
* Fixed xrstor helperptitSeb2024-05-261-1/+1
* [INTERPRETER] my first avx opcodeptitSeb2024-05-261-8/+13
* more avx infrastructureptitSeb2024-05-241-13/+34
* Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)ptitSeb2024-05-241-0/+83
* More fixes to x87 handlingptitSeb2024-05-231-27/+45
* Fixed some x87 handling issuesptitSeb2024-05-221-7/+7
* [ARM64_DYNAREC] Some various fixes after double-check of codeptitSeb2024-05-191-5/+6
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-21/+15
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Fixed fpu_fxsave/fpu_fxrstor utility function (might help Windows Unity3D games)ptitSeb2023-05-081-4/+0
|/
* Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-191-1/+29
* Fixed a regression with factorioptitSeb2023-02-191-2/+2
* Various minor warning fixesptitSeb2023-02-131-2/+2
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-0/+8
* This fixed factorio for me, but it's not clear whyptitSeb2022-10-221-1/+1
* Improved signal handling and x87 flags (with tests backported from box86)ptitSeb2022-09-291-7/+7
* Fixed a few warningsptitSeb2022-07-171-1/+1
* Splitted mmx and x87 register (from box86)ptitSeb2021-07-111-9/+25
* [DYNAREC] Fixed DD C0..C7 FFREE opcodeptitSeb2021-06-041-0/+10
* Fixed nexttoward(f) wrapped functions, and improved long double handlingptitSeb2021-04-171-0/+15
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-55/+94
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-021-0/+307