index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
my_cpuid.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Improved cpu cores detection and reporting
ptitSeb
2022-11-11
1
-0
/
+1
*
Added support for MOVBE extension ([DYNAREC] too)
ptitSeb
2022-10-29
1
-0
/
+1
*
Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...
ptitSeb
2022-09-30
1
-0
/
+1
*
Added bit29 of EDX for CPUID 0x80000001 leaf (for Xonotic v0.8.5)
ptitSeb
2022-07-03
1
-1
/
+1
*
Use sched_getcpu instead of deprecated getcpu (for #239)
ptitSeb
2022-02-20
1
-2
/
+2
*
Some small changes to how cpuid is done (especially on core counts)
ptitSeb
2022-02-20
1
-2
/
+15
*
Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if ava...
ptitSeb
2021-08-28
1
-0
/
+1
*
Define CLFLUSH size in CPUID (helps Java programs)
ptitSeb
2021-05-31
1
-1
/
+1
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
1
-6
/
+6
*
Added 0F A2 cpuid opcode
ptitSeb
2021-03-06
1
-0
/
+188