You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a couple issues with Vector.WithElement (#115648)
* Reapply "Vector128.WithElement codegen regression in .NET 9.0 (#115645)"
This reverts commit 2fbc9e9.
* Ensure that WithElement always uses an in range constant during codegen
* Ensure WithElement picks a valid store instruction
* Apply suggestions from code review
* Ensure that Mono doesn't assert for bounds checked indices
* Ensure that WithElement restricts itself to allByteRegs if the base type is byte or sbyte
0 commit comments