Arm64: Rename AdvSimd/Sve Load/Store vector API names #102340
Closed
Description
opened on May 16, 2024
AdvSimd
- Rename
LoadVector128xN
toLoadNxVector128
- Consistent naming. See [API Proposal]: Arm64: FEAT_SVE: loads pt 2 #97831 (comment)
- Rename
StoreVectorNxMAndZip
toStoreVectorAndZip
- The type on which the API is operation on can be known from parameters. As such we do not need special naming for them.
- Rename
StoreVectorNx2
toStore
- Same reason as point 2) above.
Sve
-
Rename
LoadNxVector
toLoadNxAndUnzip
-
Rename
Store
toStoreAndZip
- Same reason as point 1) above
Discussion: #102180 (comment)
Activity