1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-13 11:10:39 +00:00

Add recognition support for Haswell i3, i5 and i7.

Add a test based on a Haswell i3 (Core i3-4130).
This commit is contained in:
Veselin Georgiev 2014-07-18 21:00:48 +03:00
commit f883e2b592
3 changed files with 114 additions and 5 deletions

View file

@ -170,6 +170,7 @@ static void load_features_common(struct cpu_raw_data_t* raw, struct cpu_id_t* da
{ 0, CPU_FEATURE_PNI },
{ 3, CPU_FEATURE_MONITOR },
{ 9, CPU_FEATURE_SSSE3 },
{ 12, CPU_FEATURE_FMA3 },
{ 13, CPU_FEATURE_CX16 },
{ 19, CPU_FEATURE_SSE4_1 },
{ 21, CPU_FEATURE_X2APIC },