Sve Class

Definition

Note

To use this preview API, you must enable preview features in your project by setting the EnablePreviewFeatures property to True in your project file. For more information, see https://aka.ms/dotnet-preview-features.

Sve is in preview.

Important

This API is not CLS-compliant.

public ref class Sve abstract : System::Runtime::Intrinsics::Arm::AdvSimd
[System.CLSCompliant(false)]
[System.Runtime.Versioning.RequiresPreviewFeatures("Sve is in preview.")]
public abstract class Sve : System.Runtime.Intrinsics.Arm.AdvSimd
[<System.CLSCompliant(false)>]
[<System.Runtime.Versioning.RequiresPreviewFeatures("Sve is in preview.")>]
type Sve = class
    inherit AdvSimd
Public MustInherit Class Sve
Inherits AdvSimd
Inheritance
Attributes

Properties

IsSupported

Methods

CreateTrueMaskByte(SveMaskPattern)
CreateTrueMaskDouble(SveMaskPattern)
CreateTrueMaskInt16(SveMaskPattern)
CreateTrueMaskInt32(SveMaskPattern)
CreateTrueMaskInt64(SveMaskPattern)
CreateTrueMaskSByte(SveMaskPattern)
CreateTrueMaskSingle(SveMaskPattern)
CreateTrueMaskUInt16(SveMaskPattern)
CreateTrueMaskUInt32(SveMaskPattern)
CreateTrueMaskUInt64(SveMaskPattern)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
LoadVector(Vector<Byte>, Byte*)
LoadVector(Vector<Double>, Double*)
LoadVector(Vector<Int16>, Int16*)
LoadVector(Vector<Int32>, Int32*)
LoadVector(Vector<Int64>, Int64*)
LoadVector(Vector<SByte>, SByte*)
LoadVector(Vector<Single>, Single*)
LoadVector(Vector<UInt16>, UInt16*)
LoadVector(Vector<UInt32>, UInt32*)
LoadVector(Vector<UInt64>, UInt64*)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to