Edit

Share via


Avx10v2.V512 Class

Definition

Provides access to the x86 AVX10.2/512 hardware instructions via intrinsics.

public: ref class Avx10v2::V512 abstract : System::Runtime::Intrinsics::X86::Avx10v1::V512
public abstract class Avx10v2.V512 : System.Runtime.Intrinsics.X86.Avx10v1.V512
type Avx10v2.V512 = class
    inherit Avx10v1.V512
Public MustInherit Class Avx10v2.V512
Inherits Avx10v1.V512
Inheritance

Properties

Name Description
IsSupported

Gets a value that indicates whether the APIs in this class are supported.

Methods

Name Description
ConvertToByteWithSaturationAndZeroExtendToInt32(Vector512<Single>, FloatRoundingMode)

VCVTPS2IUBS zmm1{k1}{z}, zmm2/m512/m32bcst {er}

ConvertToByteWithSaturationAndZeroExtendToInt32(Vector512<Single>)

VCVTPS2IUBS zmm1{k1}{z}, zmm2/m512/m32bcst {er}

ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(Vector512<Single>)

VCVTTPS2IUBS zmm1{k1}{z}, zmm2/m512/m32bcst {sae}

ConvertToSByteWithSaturationAndZeroExtendToInt32(Vector512<Single>, FloatRoundingMode)

VCVTPS2IBS zmm1{k1}{z}, zmm2/m512/m32bcst {er}

ConvertToSByteWithSaturationAndZeroExtendToInt32(Vector512<Single>)

VCVTPS2IBS zmm1{k1}{z}, zmm2/m512/m32bcst {er}

ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector512<Single>)

VCVTTPS2IBS zmm1{k1}{z}, zmm2/m512/m32bcst {sae}

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)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MinMax(Vector512<Double>, Vector512<Double>, Byte)

VMINMAXPD zmm1{k1}{z}, zmm2, zmm3/m512/m64bcst {sae}, imm8

MinMax(Vector512<Single>, Vector512<Single>, Byte)

VMINMAXPS zmm1{k1}{z}, zmm2, zmm3/m512/m32bcst {sae}, imm8

MultipleSumAbsoluteDifferences(Vector512<Byte>, Vector512<Byte>, Byte)

VMPSADBW zmm1{k1}{z}, zmm2, zmm3/m512, imm8

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to