about summary refs log tree commit diff stats
path: root/src/tools/my_cpuid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-141-757/+0
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-111-16/+17
* Limit to 11 the number of cpuid invalid parameter messageptitSeb2025-02-121-1/+7
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-42/+42
* [INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...ptitSeb2025-01-051-2/+23
* Use uname -m to get CPU architecture (#2222)東雲なの2024-12-281-1/+1
* Exposed MMXext for CPUTYPE=1ptitSeb2024-12-271-1/+1
* [INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodesptitSeb2024-12-271-1/+1
* Introduce BOX64_CPUTYPE to choose emulating Intel or AMD cpus (no AMD specifi...ptitSeb2024-12-271-123/+317
* [LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu2024-12-261-8/+2
* Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)ptitSeb2024-11-211-1/+1
* Expose a few more CPU featuresptitSeb2024-11-161-0/+7
* Added support for RDMSR, just in caseptitSeb2024-11-151-0/+1
* Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us...ptitSeb2024-07-151-1/+1
* Fixes (#1659)rajdakin2024-07-091-4/+4
* Cosmetic changeptitSeb2024-07-051-1/+2
* Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version)ptitSeb2024-06-241-4/+55
* Improved handling of cpuid leaf 0x80000006ptitSeb2024-06-221-1/+1
* Fixed usage of getcpu, only enablign that for recent enough glibc (should hel...ptitSeb2024-06-171-1/+3
* [ANDROID] This should fix android buildptitSeb2024-06-131-0/+2
* More work on RDTSC emulationptitSeb2024-06-131-0/+7
* Only expose xsave extension if avx is usedptitSeb2024-06-071-2/+2
* [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY...ptitSeb2024-06-061-1/+1
* Disable F16C for now, it's not ready yetptitSeb2024-06-061-1/+1
* [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodesptitSeb2024-06-061-1/+2
* [INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2)ptitSeb2024-06-021-1/+1
* [INTERPRETER] Added BMI1, BMI2 and ADX extensionsptitSeb2024-05-311-2/+3
* [INTERPRETER] More avx, avx2 and vaes opcodesptitSeb2024-05-281-0/+1
* Fixed cpuid leaf d, component 2 (fixes wine 9.6+ not booting)ptitSeb2024-05-271-14/+0
* More avx infrastructureptitSeb2024-05-271-0/+1
* Small cleanup in my_cpuidptitSeb2024-05-271-1/+1
* [INTERPRETER] my first avx opcodeptitSeb2024-05-261-0/+2
* more avx infrastructureptitSeb2024-05-241-5/+12
* Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)ptitSeb2024-05-241-8/+28
* Added a way to hide SSE 4.2, as it might slow down things using the string op...ptitSeb2024-04-291-1/+1
* Revert some cpuid changes, they are more wrong then right it seemsptitSeb2024-04-121-2/+2
* Changed how cpu cores are reported in cpuid for large number (>64)ptitSeb2024-03-121-2/+9
* Do not expose FMA cpu extension, it's associated to AVX by some enginesptitSeb2024-03-111-3/+4
* Don't expose BMI1 for now, it's not really supportedptitSeb2024-03-101-1/+1
* Added empty command 14 to CPUIDptitSeb2024-02-271-0/+11
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-1/+4
* Improved cpu detection for cpuidptitSeb2024-02-241-7/+38
* Fix Android buildsptitSeb2024-02-231-0/+1
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...ptitSeb2024-02-231-2/+27
* Fixes (#1207)rajdakin2024-01-181-2/+2
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-211-2/+2
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-151-0/+2
* Some small changes to cpuid and exposed BMI1ptitSeb2023-11-221-2/+23
* Fixed cpu name gatheringptitSeb2023-11-221-4/+6
* Added full support for the SHA cpu extensionptitSeb2023-11-211-4/+5