Skip to content

Commit

Permalink
Add support for Intel Icelake architecture
Browse files Browse the repository at this point in the history
Reviewed By: jasonwhite

Differential Revision: D52832812

fbshipit-source-id: 6e388a179aea39cfb21197d895fbf5b14a1123b7
  • Loading branch information
Pierre Chevalier authored and facebook-github-bot committed Jan 17, 2024
1 parent d7d1e7e commit b102b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reverie-ptrace/src/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub(crate) fn get_rcb_perf_config() -> u64 {
(0x06, 0xA5) | (0x06, 0xA6) => 0x5101c4, // Intel Cometlake
(0x06, 0x8D) => 0x5101c4, // Intel Alder Lake (e.g. i7-11800H laptop)
(0x06, 0x8F) => 0x5101c4, // Intel Sapphire Rapids
(0x06, 0x86) => 0x5101c4, // Intel Icelake
(0x17, 0x8) => 0x5100d1, // AMD Zen, Pinnacle Ridge
(0x17, 0x31) => 0x5100d1, // AMD Zen, Castle Peak
(0x19, 0x01) => 0x5100d1, // AMD Zen, Milan
Expand Down

0 comments on commit b102b3b

Please sign in to comment.