Skip to content

Commit c165ba1

Browse files
authored
use AnyCPU for S390x, fixes #1711 (#1996)
1 parent 1c935dc commit c165ba1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BenchmarkDotNet/Extensions/ConfigurationExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ public static string ToConfig(this Platform platform)
2020
return "ARM";
2121
case Platform.Arm64:
2222
return "ARM64";
23-
case Platform.S390x:
24-
return "S390x";
2523
default:
2624
return "AnyCPU";
2725
}

0 commit comments

Comments
 (0)