Skip to content

Arm64 SVE: Implement missing predicate methods #115244

Open
@a74nh

Description

@a74nh

The following APIs were approved but not implemented.

public static unsafe Vector<T> AndNot(Vector<T> left, Vector<T> right)
public static unsafe Vector<T> OrNot(Vector<T> left, Vector<T> right)

These were not implemented because these methods operate only on predicates.

We should either find a way to implement them using vectors OR get an API review to approve the removal of the approval.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions