We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc6c93 commit 7fb8723Copy full SHA for 7fb8723
src/BenchmarkDotNet/Portability/Cpu/HardwareIntrinsics.cs
@@ -39,7 +39,7 @@ internal static string GetShortInfo()
39
else if (IsArmBaseSupported)
40
return "ArmBase";
41
else
42
- return string.Empty; // Runtimes prior to .NET Core 3.0 (APIs did not exist)
+ return GetVectorSize(); // Runtimes prior to .NET Core 3.0 (APIs did not exist so we print non-exact Vector info)
43
}
44
45
internal static string GetFullInfo(Platform platform)
0 commit comments