未验证 提交 c8f54b58 编写于 作者: J Joni Aromaa 提交者: GitHub

Fix ILCompiler using wrong ISA for LZCNT (#68324)

上级 0f1bc50a
......@@ -134,7 +134,7 @@ public static int FromInstructionSet(InstructionSet instructionSet)
InstructionSet.X64_BMI2 => Bmi2,
InstructionSet.X64_BMI2_X64 => Bmi2,
InstructionSet.X64_LZCNT => Lzcnt,
InstructionSet.X64_LZCNT_X64 => Popcnt,
InstructionSet.X64_LZCNT_X64 => Lzcnt,
InstructionSet.X64_AVXVNNI => AvxVnni,
InstructionSet.X64_AVXVNNI_X64 => AvxVnni,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册