-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Mono] Look for Native Signal SIMD Context #89467
Conversation
/azp run runtime-extra-platforms |
No commit pushedDate could be found for PR 89467 in repo dotnet/runtime |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
No commit pushedDate could be found for PR 89467 in repo dotnet/runtime |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Test failures on CI are unrelated. |
/backport to release/7.0-staging |
Started backporting to release/7.0-staging: https://github.com/dotnet/runtime/actions/runs/5681844886 |
This PR add the logic to find the native signal SIMD context, instead of assuming the first one in the array is the one. If not found, it is okay to proceed from the first context as well.
Somehow, when running android arm64 apps on x64 emulators, the SIMD context doesn't exist.
Testing: Followed the reproduction steps provided by the customer using VS 2022 (#62201 (comment))
Fixes #62201