Browse Source

Autodetect AMD A8-6410 as BARCELONA

tags/v0.2.20^2
Johannes Buchner 8 years ago
parent
commit
b4071d0d16
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cpuid_x86.c

+ 1
- 0
cpuid_x86.c View File

@@ -1279,6 +1279,7 @@ int get_cpuname(void){
return CPUTYPE_OPTERON;
case 1:
case 3:
case 7:
case 10:
return CPUTYPE_BARCELONA;
case 5:


Loading…
Cancel
Save