Skip to content
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

[API Proposal]: ARM64-SVE: Masked versions of Across methods #101974

Open
a74nh opened this issue May 7, 2024 · 1 comment
Open

[API Proposal]: ARM64-SVE: Masked versions of Across methods #101974

a74nh opened this issue May 7, 2024 · 1 comment
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation area-System.Numerics arm-sve Work related to arm64 SVE/SVE2 support
Milestone

Comments

@a74nh
Copy link
Contributor

a74nh commented May 7, 2024

TODO: This issue needs filling out with other Across methods....

namespace System.Runtime.Intrinsics.Arm;

/// VectorT Summary
public abstract partial class Sve : AdvSimd /// Feature: FEAT_SVE  Category: maths
{
  /// T: float, double, long, ulong
  public static unsafe Vector<T> AddAcross(Vector<T> mask, Vector<T> value); // FADDV or UADDV // predicated

}
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label May 7, 2024
@kunalspathak kunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label Jun 20, 2024
@jeffhandley
Copy link
Member

@kunalspathak Is this still in scope for 9.0.0 or should we move it into 10.0.0?

@kunalspathak kunalspathak added this to the 10.0.0 milestone Jul 20, 2024
@jeffhandley jeffhandley removed the untriaged New issue has not been triaged by the area owner label Jul 20, 2024
@kunalspathak kunalspathak added the api-suggestion Early API idea and discussion, it is NOT ready for implementation label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation area-System.Numerics arm-sve Work related to arm64 SVE/SVE2 support
Projects
None yet
Development

No branches or pull requests

3 participants