Skip to content

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

Open
@a74nh

Description

@a74nh

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

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    api-suggestionEarly API idea and discussion, it is NOT ready for implementationarea-System.Numericsarm-sveWork related to arm64 SVE/SVE2 support

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions