From 206f855e165c3cae91e7f745a895a7ee7f8328aa Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Wed, 27 Sep 2023 22:01:45 +0200 Subject: [PATCH] two new cpus --- src/PerfCounters_x86.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PerfCounters_x86.h b/src/PerfCounters_x86.h index f94755e12e4..be0b18989c4 100644 --- a/src/PerfCounters_x86.h +++ b/src/PerfCounters_x86.h @@ -82,8 +82,10 @@ static CpuMicroarch compute_cpu_microarch() { return IntelRocketlake; case 0x90670: case 0x906a0: + case 0xb06a0: // untested i7-1355U return IntelAlderlake; case 0xb0670: + case 0xb06a0: // untested i9-13900H return IntelRaptorlake; case 0x806f0: return IntelSapphireRapid;