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 620e7ad commit bcbf033Copy full SHA for bcbf033
src/coreclr/vm/callstubgenerator.cpp
@@ -1839,7 +1839,6 @@ CallStubGenerator::ReturnType CallStubGenerator::GetReturnType(ArgIterator *pArg
1839
break;
1840
}
1841
1842
-#ifdef FEATURE_SIMD
1843
case CORINFO_HFA_ELEM_VECTOR64:
1844
switch (thReturnValueType.GetSize())
1845
{
@@ -1860,7 +1859,6 @@ CallStubGenerator::ReturnType CallStubGenerator::GetReturnType(ArgIterator *pArg
1860
1859
1861
1862
1863
-#endif
1864
default:
1865
_ASSERTE(!"HFA type is not supported");
1866
0 commit comments