-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Arm64: Use TYP_SIMD8 for AddAcross #108727
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
Conversation
|
@dotnet/jit-contrib |
|
Are we going to backport this to 9? |
yes |
|
ping @dotnet/jit-contrib @AndyAyersMS |
AndyAyersMS
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jit changes LGTM.
You need to fix the test case.
|
The failure doesn't repro for me when downloaded the helix payload. Rerunning the tests. |
|
/backport to release/9.0 |
|
Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/11298729218 |
AddAcross always return
Vector64<T>and we should useTYP_SIMD8when trying to create the intrinsics.Fixes: #108612