File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20589,7 +20589,7 @@ bool Compiler::IsTargetIntrinsic(NamedIntrinsic intrinsicName)
2058920589 {
2059020590 // AMD64/x86 has FMA3 instructions to directly compute fma. However, in
2059120591 // the scenario where it is supported we should have generated GT_HWINTRINSIC
20592- // noodes in place of the GT_INTRINSIC node.
20592+ // nodes in place of the GT_INTRINSIC node.
2059320593
2059420594 assert(!compIsaSupportedDebugOnly(InstructionSet_FMA));
2059520595 return false;
@@ -20612,7 +20612,7 @@ bool Compiler::IsTargetIntrinsic(NamedIntrinsic intrinsicName)
2061220612 {
2061320613 // ARM64 has AdvSimd instructions to directly compute fma. However, in
2061420614 // the scenario where it is supported we should have generated GT_HWINTRINSIC
20615- // noodes in place of the GT_INTRINSIC node.
20615+ // nodes in place of the GT_INTRINSIC node.
2061620616
2061720617 assert(!compIsaSupportedDebugOnly(InstructionSet_AdvSimd));
2061820618 return false;
You can’t perform that action at this time.
0 commit comments