Skip to content

Commit 2dc6c93

Browse files
Add serialize to NativeAOT (#2065)
1 parent b4c44cc commit 2dc6c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BenchmarkDotNet/Toolchains/NativeAot/Generator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ private static IEnumerable<string> GetCurrentProcessInstructionSets(Platform pla
238238
if (HardwareIntrinsics.IsX86PclmulqdqSupported) yield return "pclmul";
239239
if (HardwareIntrinsics.IsX86PopcntSupported) yield return "popcnt";
240240
if (HardwareIntrinsics.IsX86AvxVnniSupported) yield return "avxvnni";
241+
if (HardwareIntrinsics.IsX86SerializeSupported) yield return "serialize";
241242
break;
242243
case Platform.Arm64:
243244
if (HardwareIntrinsics.IsArmBaseSupported) yield return "base";

0 commit comments

Comments
 (0)