about summary refs log tree commit diff stats
path: root/src/tools/my_cpuid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A bit more changes to cpuid bits and cpu identificationsptitSeb2023-10-111-6/+6
* Small change on cpuid feature flags for leaf 0x80000001ptitSeb2023-10-111-3/+8
* Fixed processor/core count in cpuid and proc/cpuinfoptitSeb2023-10-101-8/+102
* Improved cpu speed detectionptitSeb2023-10-071-2/+28
* [32BITS] Fixed an issue with 66 A1/A3 opcodesptitSeb2023-06-181-2/+4
* Expose POPCNT capability tooptitSeb2023-03-121-0/+1
* Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)ptitSeb2023-03-121-0/+1
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-061-27/+35
* Improved cpu cores detection and reportingptitSeb2022-11-111-0/+1
* Added support for MOVBE extension ([DYNAREC] too)ptitSeb2022-10-291-0/+1
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-301-0/+1
* Added bit29 of EDX for CPUID 0x80000001 leaf (for Xonotic v0.8.5)ptitSeb2022-07-031-1/+1
* Use sched_getcpu instead of deprecated getcpu (for #239)ptitSeb2022-02-201-2/+2
* Some small changes to how cpuid is done (especially on core counts)ptitSeb2022-02-201-2/+15
* Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if ava...ptitSeb2021-08-281-0/+1
* Define CLFLUSH size in CPUID (helps Java programs)ptitSeb2021-05-311-1/+1
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-6/+6
* Added 0F A2 cpuid opcodeptitSeb2021-03-061-0/+188