File tree 1 file changed +5
-5
lines changed
src/BenchmarkDotNet/Toolchains/NativeAot
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)
248
248
if ( HardwareIntrinsics . IsX86Sse42Supported ) yield return "sse4.2" ;
249
249
if ( HardwareIntrinsics . IsX86AvxSupported ) yield return "avx" ;
250
250
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 " ;
256
256
if ( HardwareIntrinsics . IsX86AesSupported ) yield return "aes" ;
257
257
if ( HardwareIntrinsics . IsX86Bmi1Supported ) yield return "bmi" ;
258
258
if ( HardwareIntrinsics . IsX86Bmi2Supported ) yield return "bmi2" ;
You can’t perform that action at this time.
0 commit comments