Skip to content

Commit

Permalink
Make sure we query get_IsSupported correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Jun 20, 2024
1 parent eede5f7 commit 154a553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/hwintrinsic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ NamedIntrinsic HWIntrinsicInfo::lookupId(Compiler* comp,
{
isHardwareAcceleratedProp = true;
}
else if (strcmp(methodName + 6, "IsSupported") == 0)
else if (strcmp(methodName + 6, "Supported") == 0)
{
isSupportedProp = true;
}
Expand Down

0 comments on commit 154a553

Please sign in to comment.