We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb2b8f commit 2fb0f46Copy full SHA for 2fb0f46
src/coreclr/jit/importercalls.cpp
@@ -10638,8 +10638,7 @@ NamedIntrinsic Compiler::lookupNamedIntrinsic(CORINFO_METHOD_HANDLE method)
10638
10639
if (isVectorT || (strcmp(className, "Vector") == 0))
10640
{
10641
- if (strncmp(methodName,
10642
- "System.Runtime.Intrinsics.ISimdVector<System.Numerics.Vector",
+ if (strncmp(methodName, "System.Runtime.Intrinsics.ISimdVector<System.Numerics.Vector",
10643
60) == 0)
10644
10645
// We want explicitly implemented ISimdVector<TSelf, T> APIs to still be expanded where
0 commit comments