| Commit message (Expand) | Author | Age | Files | Lines |
| * | Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too) | ptitSeb | 2024-11-21 | 1 | -1/+1 |
| * | Expose a few more CPU features | ptitSeb | 2024-11-16 | 1 | -0/+7 |
| * | Added support for RDMSR, just in case | ptitSeb | 2024-11-15 | 1 | -0/+1 |
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us... | ptitSeb | 2024-07-15 | 1 | -1/+1 |
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 1 | -4/+4 |
| * | Cosmetic change | ptitSeb | 2024-07-05 | 1 | -1/+2 |
| * | Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version) | ptitSeb | 2024-06-24 | 1 | -4/+55 |
| * | Improved handling of cpuid leaf 0x80000006 | ptitSeb | 2024-06-22 | 1 | -1/+1 |
| * | Fixed usage of getcpu, only enablign that for recent enough glibc (should hel... | ptitSeb | 2024-06-17 | 1 | -1/+3 |
| * | [ANDROID] This should fix android build | ptitSeb | 2024-06-13 | 1 | -0/+2 |
| * | More work on RDTSC emulation | ptitSeb | 2024-06-13 | 1 | -0/+7 |
| * | Only expose xsave extension if avx is used | ptitSeb | 2024-06-07 | 1 | -2/+2 |
| * | [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY... | ptitSeb | 2024-06-06 | 1 | -1/+1 |
| * | Disable F16C for now, it's not ready yet | ptitSeb | 2024-06-06 | 1 | -1/+1 |
| * | [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodes | ptitSeb | 2024-06-06 | 1 | -1/+2 |
| * | [INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2) | ptitSeb | 2024-06-02 | 1 | -1/+1 |
| * | [INTERPRETER] Added BMI1, BMI2 and ADX extensions | ptitSeb | 2024-05-31 | 1 | -2/+3 |
| * | [INTERPRETER] More avx, avx2 and vaes opcodes | ptitSeb | 2024-05-28 | 1 | -0/+1 |
| * | Fixed cpuid leaf d, component 2 (fixes wine 9.6+ not booting) | ptitSeb | 2024-05-27 | 1 | -14/+0 |
| * | More avx infrastructure | ptitSeb | 2024-05-27 | 1 | -0/+1 |
| * | Small cleanup in my_cpuid | ptitSeb | 2024-05-27 | 1 | -1/+1 |
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 1 | -0/+2 |
| * | more avx infrastructure | ptitSeb | 2024-05-24 | 1 | -5/+12 |
| * | Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too) | ptitSeb | 2024-05-24 | 1 | -8/+28 |
| * | Added a way to hide SSE 4.2, as it might slow down things using the string op... | ptitSeb | 2024-04-29 | 1 | -1/+1 |
| * | Revert some cpuid changes, they are more wrong then right it seems | ptitSeb | 2024-04-12 | 1 | -2/+2 |
| * | Changed how cpu cores are reported in cpuid for large number (>64) | ptitSeb | 2024-03-12 | 1 | -2/+9 |
| * | Do not expose FMA cpu extension, it's associated to AVX by some engines | ptitSeb | 2024-03-11 | 1 | -3/+4 |
| * | Don't expose BMI1 for now, it's not really supported | ptitSeb | 2024-03-10 | 1 | -1/+1 |
| * | Added empty command 14 to CPUID | ptitSeb | 2024-02-27 | 1 | -0/+11 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -1/+4 |
| * | Improved cpu detection for cpuid | ptitSeb | 2024-02-24 | 1 | -7/+38 |
| * | Fix Android builds | ptitSeb | 2024-02-23 | 1 | -0/+1 |
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),... | ptitSeb | 2024-02-23 | 1 | -2/+27 |
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -2/+2 |
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created... | ptitSeb | 2023-12-21 | 1 | -2/+2 |
| * | Limit the number of CPU Core repported to 64 when running wine (or proton) | ptitSeb | 2023-12-15 | 1 | -0/+2 |
| * | Some small changes to cpuid and exposed BMI1 | ptitSeb | 2023-11-22 | 1 | -2/+23 |
| * | Fixed cpu name gathering | ptitSeb | 2023-11-22 | 1 | -4/+6 |
| * | Added full support for the SHA cpu extension | ptitSeb | 2023-11-21 | 1 | -4/+5 |
| * | Added full SSE 4.2 support | ptitSeb | 2023-10-30 | 1 | -0/+3 |
| * | Small change on cpuid stuffs | ptitSeb | 2023-10-29 | 1 | -5/+6 |
| * | A bit more changes to cpuid bits and cpu identifications | ptitSeb | 2023-10-11 | 1 | -6/+6 |
| * | Small change on cpuid feature flags for leaf 0x80000001 | ptitSeb | 2023-10-11 | 1 | -3/+8 |
| * | Fixed processor/core count in cpuid and proc/cpuinfo | ptitSeb | 2023-10-10 | 1 | -8/+102 |
| * | Improved cpu speed detection | ptitSeb | 2023-10-07 | 1 | -2/+28 |
| * | [32BITS] Fixed an issue with 66 A1/A3 opcodes | ptitSeb | 2023-06-18 | 1 | -2/+4 |
| * | Expose POPCNT capability too | ptitSeb | 2023-03-12 | 1 | -0/+1 |
| * | Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too) | ptitSeb | 2023-03-12 | 1 | -0/+1 |
| * | Change branding of Cpu to refect Box64 and the cpu it's running on | ptitSeb | 2023-03-06 | 1 | -27/+35 |