Skip to content

Commit

Permalink
remove GFNI from NAOT opportunistic support list
Browse files Browse the repository at this point in the history
  • Loading branch information
saucecontrol committed Nov 28, 2024
1 parent d6eb354 commit 5b65b4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr/tools/Common/InstructionSetHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public static InstructionSetSupport ConfigureInstructionSetSupport(string instru
optimisticInstructionSetSupportBuilder.AddSupportedInstructionSet("popcnt");
optimisticInstructionSetSupportBuilder.AddSupportedInstructionSet("lzcnt");
optimisticInstructionSetSupportBuilder.AddSupportedInstructionSet("serialize");
optimisticInstructionSetSupportBuilder.AddSupportedInstructionSet("gfni");

// If AVX was enabled, we can opportunistically enable instruction sets which use the VEX encodings
Debug.Assert(InstructionSet.X64_AVX == InstructionSet.X86_AVX);
Expand Down

0 comments on commit 5b65b4b

Please sign in to comment.