-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[wasm][interp] Add Store intrinsics #114711
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
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.
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
Files not reviewed (1)
- src/mono/mono/mini/interp/simd-methods.def: Language not supported
Comments suppressed due to low confidence (2)
src/mono/mono/mini/interp/transform-simd.c:1255
- New store intrinsics are introduced with a parameter count check; please ensure that there are corresponding tests validating this behavior.
if (csignature->param_count != 2)
src/libraries/System.Runtime.Intrinsics/tests/Wasm/PackedSimdTests.cs:1
- Consider adding tests for the new store intrinsics to ensure they behave consistently with the rest of the SIMD operations.
// Licensed to the .NET Foundation under one or more agreements.
|
Tagging subscribers to this area: @BrzVlad, @kotlarmilos |
|
/ba-g this is not the timeout you are looking for |
Add Store aliased intrinsics and add the System.Numerics style SquareRoot to Sqrt