Fix missing CPU classification
This commit is contained in:
parent
ddd24e9c20
commit
45e5fa84a5
@ -39,7 +39,17 @@ pub(crate) fn determine_cpu_class() -> Option<CpuClass> {
|
|||||||
| (0x06, 0x4e)
|
| (0x06, 0x4e)
|
||||||
| (0x06, 0x5e)
|
| (0x06, 0x5e)
|
||||||
| (0x06, 0x8e)
|
| (0x06, 0x8e)
|
||||||
| (0x06, 0x9e) => {
|
| (0x06, 0x9e)
|
||||||
|
| (0x06, 0xa5)
|
||||||
|
| (0x06, 0x66)
|
||||||
|
| (0x06, 0x7e)
|
||||||
|
| (0x06, 0x8c)
|
||||||
|
| (0x06, 0x8d)
|
||||||
|
| (0x06, 0xa7)
|
||||||
|
| (0x06, 0x9a)
|
||||||
|
| (0x06, 0x97)
|
||||||
|
| (0x06, 0xba)
|
||||||
|
| (0x06, 0xb7) => {
|
||||||
Some(IntelCore)
|
Some(IntelCore)
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
|
Loading…
Reference in New Issue
Block a user