Arm64 SVE: Implement missing predicate methods

Open
#115,244 6 comments 0 reactions 1 assignee View on GitHub

@a74nh is already working on this.

Since May 30, 2025.

Assessment

This issue has not been assessed yet.

Description

area-System.Runtime.Intrinsics arm-sve in-pr

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.

Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/runtime

All issues in dotnet/runtime

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.