Skip to content

Commit

Permalink
Remove old Intel CPU types
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Oct 23, 2024
1 parent 8128380 commit 56dbbc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions util/all_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {
Expand Down

0 comments on commit 56dbbc4

Please sign in to comment.