Browse Source

Merge pull request #2 from martin-frbg/martin-frbg-patch-1-1

Update cpuid_x86.c
tags/v0.2.20^2
Martin Kroeker GitHub 9 years ago
parent
commit
da83ec94d1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      cpuid_x86.c

+ 3
- 0
cpuid_x86.c View File

@@ -1110,6 +1110,9 @@ int get_cpuname(void){
break; break;
case 3: case 3:
switch (model) { switch (model) {
case 7:
// Bay Trail
return CPUTYPE_ATOM;
case 10: case 10:
case 14: case 14:
// Ivy Bridge // Ivy Bridge


Loading…
Cancel
Save