Skip to content

Arm64 SVE: Implement missing extract methods #115336

@a74nh

Description

@a74nh

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

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIarm-sveWork related to arm64 SVE/SVE2 support

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions