mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-24 12:17:50 +00:00
Updated timer to add my processor (#31)
Summary: A quick fix for https://github.com/facebookexperimental/reverie/issues/30. Have not verified timer functionality, but this prevents a crash. Pull Request resolved: https://github.com/facebookexperimental/reverie/pull/31 Reviewed By: VladimirMakaev Differential Revision: D54647876 Pulled By: jasonwhite fbshipit-source-id: e1b1f110e64f5a78589d0b165cb93578efbe3e66
This commit is contained in:
parent
8298a777ca
commit
29ce9faab8
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ pub(crate) fn get_rcb_perf_config() -> u64 {
|
|||
(0x06, 0x4E) | (0x06, 0x55) | (0x06, 0x5E) => 0x5101c4, // Intel Skylake
|
||||
(0x06, 0x8E) | (0x06, 0x9E) => 0x5101c4, // Intel Kabylake
|
||||
(0x06, 0xA5) | (0x06, 0xA6) => 0x5101c4, // Intel Cometlake
|
||||
(0x06, 0x8D) => 0x5101c4, // Intel Alder Lake (e.g. i7-11800H laptop)
|
||||
(0x06, 0x8D) => 0x5101c4, // Intel Tiger Lake (e.g. i7-11800H laptop)
|
||||
(0x06, 0x9A) => 0x5101c4, // Intel Alder Lake (e.g. i7-12700H laptop)
|
||||
(0x06, 0x8F) => 0x5101c4, // Intel Sapphire Rapids
|
||||
(0x06, 0x86) => 0x5101c4, // Intel Icelake
|
||||
(0x17, 0x8) => 0x5100d1, // AMD Zen, Pinnacle Ridge
|
||||
|
|
Loading…
Reference in a new issue