Skip to content

Arm64 SVE: Implement missing load methods #115243

Closed
@a74nh

Description

@a74nh

The following scatter methods were approved in #94006 but are not yet implemented.
(It's possible we have implemented these and changed the naming. This needs checking.)

public static unsafe Vector<T> LoadVectorInt32ZeroExtendFirstFaulting(uint* address); // LDFF1W // predicated

public static unsafe Vector<T> LoadVectorInt16ZeroExtendFirstFaulting(ushort* address); // LDFF1H // predicated

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions