add bulldozer family 21 to cpuid , map it to k102 for the mo
This commit is contained in:
parent
de6e423978
commit
9796a8ed3e
4
cpuid.c
4
cpuid.c
@ -209,7 +209,9 @@ CPUVEC_SETUP_x86_64;
|
||||
case 20:
|
||||
CPUIS(bobcat);// fusion of bobcat and GPU
|
||||
break;
|
||||
// case 21 is bulldozer , or at least some people think so....
|
||||
case 21:
|
||||
CPUIS(k102); // bulldozer
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if (strcmp (vendor_string, "CentaurHauls") == 0)
|
||||
|
937
longlong.h
937
longlong.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user