about summary refs log tree commit diff stats
path: root/src/tools/my_cpuid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵ptitSeb2021-08-281-0/+1
| | | | available)
* 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