-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure Interop\\COM\\NETClients\\Primitives\\NETClientPrimitivesInALC\\NETClientPrimitivesInALC.cmd #68880
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsRun: runtime-coreclr jitstress-isas-x86 20220430.1 Failed test:
Error message:
|
cc @dotnet/jit-contrib. This test is consistently failing in CI. |
Seems like the fix is obvious. |
Likely introduced by #64412. |
Seems like the logic is off here: runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Byte.cs Lines 2377 to 2400 in 8626da3
and here runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Char.cs Lines 2064 to 2087 in 8626da3
We are checking if SSE2 is supported and then using SSSE3 instructions. |
We were checking for SSE2 support and then using SSSE3 instructions. Fixes dotnet#68880.
Run: runtime-coreclr jitstress-isas-x86 20220430.1
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: