[Arm64] ASIMD StorePair StorePairNonTemporal#39240
Conversation
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
|
Tagging subscribers to this area: @tannergooding |
|
@echesakovMSFT awesome, thanks! just for my own understanding, I'm guessing pointers are a special case already? As I don't see any special code to handle the address in the PR. |
CarolEidt
left a comment
There was a problem hiding this comment.
LGTM - so nice to see continued payoff for all the investment in table-based codegen and testing!
@TamarChristinaArm Yes, pointer arguments were supported already (e.g. for LoadVector64, LoadVector128, Store). We should implement the addressing mode optimization in the future as in #33676 |
|
runtime (Build Browser wasm Release AllSubsets_Mono) is failing due to #39238 |
Fixes #33532