-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 supportin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
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 supportWork related to arm64 SVE/SVE2 supportin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged