If one of the `Vector64<ulong>`, `Vector<long>` or `Vector<double>` is on evaluation stack and is passed to a function, we hit assert [here](https://github.com/dotnet/runtime/blob/56518a7546bf2ad200936938e0f33cd07d54a378/src/coreclr/src/jit/hwintrinsic.cpp#L216). ``` Assertion failed '!"Didn't find a class handle for simdType"' ```
If one of the
Vector64<ulong>,Vector<long>orVector<double>is on evaluation stack and is passed to a function, we hit assert here.