diff options
Diffstat (limited to 'src/common/x64/cpu_detect.h')
| -rw-r--r-- | src/common/x64/cpu_detect.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/x64/cpu_detect.h b/src/common/x64/cpu_detect.h index 9bdc9dbfa..6830f3795 100644 --- a/src/common/x64/cpu_detect.h +++ b/src/common/x64/cpu_detect.h | |||
| @@ -30,6 +30,11 @@ struct CPUCaps { | |||
| 30 | u32 max_frequency; | 30 | u32 max_frequency; |
| 31 | u32 bus_frequency; | 31 | u32 bus_frequency; |
| 32 | 32 | ||
| 33 | u32 tsc_crystal_ratio_denominator; | ||
| 34 | u32 tsc_crystal_ratio_numerator; | ||
| 35 | u32 crystal_frequency; | ||
| 36 | u64 tsc_frequency; // Derived from the above three values | ||
| 37 | |||
| 33 | bool sse : 1; | 38 | bool sse : 1; |
| 34 | bool sse2 : 1; | 39 | bool sse2 : 1; |
| 35 | bool sse3 : 1; | 40 | bool sse3 : 1; |