Skip to content

Commit 2fb0f46

Browse files
committed
Fix the formatting
1 parent ddb2b8f commit 2fb0f46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/coreclr/jit/importercalls.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10638,8 +10638,7 @@ NamedIntrinsic Compiler::lookupNamedIntrinsic(CORINFO_METHOD_HANDLE method)
1063810638

1063910639
if (isVectorT || (strcmp(className, "Vector") == 0))
1064010640
{
10641-
if (strncmp(methodName,
10642-
"System.Runtime.Intrinsics.ISimdVector<System.Numerics.Vector",
10641+
if (strncmp(methodName, "System.Runtime.Intrinsics.ISimdVector<System.Numerics.Vector",
1064310642
60) == 0)
1064410643
{
1064510644
// We want explicitly implemented ISimdVector<TSelf, T> APIs to still be expanded where

0 commit comments

Comments
 (0)