File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/BenchmarkDotNet/Toolchains/NativeAot Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -248,11 +248,11 @@ private IEnumerable<string> GetCurrentProcessInstructionSets(Platform platform)
248248 if ( HardwareIntrinsics . IsX86Sse42Supported ) yield return "sse4.2" ;
249249 if ( HardwareIntrinsics . IsX86AvxSupported ) yield return "avx" ;
250250 if ( HardwareIntrinsics . IsX86Avx2Supported ) yield return "avx2" ;
251- if ( HardwareIntrinsics . IsX86Avx512FSupported ) yield return "avx-512f " ;
252- if ( HardwareIntrinsics . IsX86Avx512BWSupported ) yield return "avx-512bw " ;
253- if ( HardwareIntrinsics . IsX86Avx512CDSupported ) yield return "avx-512cd " ;
254- if ( HardwareIntrinsics . IsX86Avx512DQSupported ) yield return "avx-512dq " ;
255- if ( HardwareIntrinsics . IsX86Avx512VbmiSupported ) yield return "avx-512vbmi " ;
251+ if ( HardwareIntrinsics . IsX86Avx512FSupported ) yield return "avx512f " ;
252+ if ( HardwareIntrinsics . IsX86Avx512BWSupported ) yield return "avx512bw " ;
253+ if ( HardwareIntrinsics . IsX86Avx512CDSupported ) yield return "avx512cd " ;
254+ if ( HardwareIntrinsics . IsX86Avx512DQSupported ) yield return "avx512dq " ;
255+ if ( HardwareIntrinsics . IsX86Avx512VbmiSupported ) yield return "avx512vbmi " ;
256256 if ( HardwareIntrinsics . IsX86AesSupported ) yield return "aes" ;
257257 if ( HardwareIntrinsics . IsX86Bmi1Supported ) yield return "bmi" ;
258258 if ( HardwareIntrinsics . IsX86Bmi2Supported ) yield return "bmi2" ;
You can’t perform that action at this time.
0 commit comments