Detects the AMD Athlon family 6 model 6
This commit is contained in:
parent
3d6effef0c
commit
3940615b7b
@ -142,6 +142,7 @@ static void cpuname(int family, int model, const char *v_name, char *m_name)
|
||||
case 1:
|
||||
case 2:
|
||||
case 4:
|
||||
case 6:
|
||||
strcpy(m_name, "AMD_Athlon");
|
||||
break;
|
||||
case 3:
|
||||
|
Reference in New Issue
Block a user