Skip to content

Commit 7876c66

Browse files
committed
another similar fix
1 parent 496d1b4 commit 7876c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jit/rationalize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ Compiler::fgWalkResult Rationalizer::RewriteNode(GenTree** useEdge, Compiler::Ge
771771
#ifdef FEATURE_SIMD
772772
case GT_SIMD:
773773
{
774-
noway_assert(comp->featureSIMD);
774+
noway_assert(comp->supportSIMDTypes());
775775
GenTreeSIMD* simdNode = node->AsSIMD();
776776
unsigned simdSize = simdNode->gtSIMDSize;
777777
var_types simdType = comp->getSIMDTypeForSize(simdSize);

0 commit comments

Comments
 (0)