Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Arm64 SVE: Implement missing predicate methods #115244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Tracked by #115331
a74nh opened this issue May 2, 2025 · 5 comments
Open
Tracked by #115331

Arm64 SVE: Implement missing predicate methods #115244

a74nh opened this issue May 2, 2025 · 5 comments
Labels
area-System.Runtime.Intrinsics arm-sve Work related to arm64 SVE/SVE2 support untriaged New issue has not been triaged by the area owner

Comments

@a74nh
Copy link
Contributor

a74nh commented May 2, 2025

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.

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label May 2, 2025
@a74nh a74nh added arm-sve Work related to arm64 SVE/SVE2 support area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI area-System.Runtime.Intrinsics untriaged New issue has not been triaged by the area owner and removed area-System.Numerics untriaged New issue has not been triaged by the area owner labels May 2, 2025
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@kunalspathak
Copy link
Member

We have intentionally skipped it and should do it after #101933

Image
(screenshot from #99957)

@a74nh
Copy link
Contributor Author

a74nh commented May 2, 2025

We have intentionally skipped it and should do it after #101933

(screenshot from #99957)

Given #99957 is closed, it's probably best to keep this issue open to track this.

@teo-tsirpanis teo-tsirpanis removed the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Runtime.Intrinsics arm-sve Work related to arm64 SVE/SVE2 support untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

3 participants