-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
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)
Metadata
Metadata
Assignees
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI