Skip to content

Arm64 SVE: Implement missing predicate methods #115244

@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

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportin-prThere is an active PR which will close this issue when it is merged

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions