fix format issue

This commit is contained in:
zhao zhou 2022-06-06 10:07:45 +08:00
parent ab131af843
commit 824656a3c7

View File

@ -130,7 +130,7 @@ struct NumComparisonImpl
return;
}
if (isArchSupported(TargetArch::SSE42))
if (isArchSupported(TargetArch::SSE42))
{
vectorVectorImplSSE42(a, b, c);
return;