dotnet / BenchmarkDotNet

Powerful .NET library for benchmarking
https://benchmarkdotnet.org
MIT License
10.47k stars 962 forks source link

Fix names of instructions sets for PublishAot scenarios #2566

Closed MichalStrehovsky closed 5 months ago

MichalStrehovsky commented 5 months ago

Ran into this on a machine that supports AVX-512.

I would have expected this path not to be reached (in .NET 8 we added native and BDN should be using that when targeting .NET 8), but that's orthogonal.

Cc @adamsitnik

timcassell commented 5 months ago

Looks like this fixes #2548.