From 56dbbc4ed1130672cb4580f8df94c8ecd93c3552 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Wed, 23 Oct 2024 09:30:10 -0400 Subject: [PATCH] Remove old Intel CPU types --- util/all_tests.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/util/all_tests.go b/util/all_tests.go index b197aa8395..188f9efc7c 100644 --- a/util/all_tests.go +++ b/util/all_tests.go @@ -72,7 +72,6 @@ type result struct { // sdeCPUs contains a list of CPU code that we run all tests under when *useSDE // is true. var sdeCPUs = []string{ - "p4p", // Pentium4 Prescott "mrm", // Merom "pnr", // Penryn "nhm", // Nehalem @@ -94,9 +93,6 @@ var sdeCPUs = []string{ "cpx", // Cooper Lake "icx", // Ice Lake server "tgl", // Tiger Lake - // The following are not supported in the latest Intel SDE - //"knl", // Knights landing - //"knm", // Knights mill } func targetArchMatchesRuntime(target string) bool {