-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-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 SuperPMIarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 support
Milestone
Description
The following mask methods were approved in #98184 but are not yet implemented:
public static unsafe T ExtractAfterLastScalar(Vector<T> value); // LASTA // predicated
public static unsafe Vector<T> ExtractAfterLastVector(Vector<T> value); // LASTA // predicated
public static unsafe T ExtractLastScalar(Vector<T> value); // LASTB // predicated
public static unsafe Vector<T> ExtractLastVector(Vector<T> value); // LASTB // predicated
Metadata
Metadata
Assignees
Labels
area-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 SuperPMIarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 support