-
Notifications
You must be signed in to change notification settings - Fork 5.2k
SVE2: Correcting the naming of AddWidening intrinsics #117508
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
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
ping @amanasifkhalid This happened because the list on #115479 is based on the pre-reviewed names. I'll fix the list today. |
Feel free to put in a separate PR, but |
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.
LGTM
@jacob-crawley did you want to do that here, or should I merge this? |
I think it makes sense to do this all in the same PR so I'll make those changes before this is merged |
05751ce
to
0bb7144
Compare
/ba-g android-x64 CoreCLR build stuck |
@dotnet/arm64-contrib @amanasifkhalid @a74nh
The AddWidening intrinsics merged as part of #117188 were incorrectly named. This patch corrects the naming of these functions so that they are now in line with the SVE2 API proposal.
Contributing towards #115479