Merge pull request #1140 from JohannesBuchner/develop

Autodetect AMD A8-6410 as BARCELONA
This commit is contained in:
Martin Kroeker
2017-04-03 09:47:09 +02:00
committed by GitHub

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: