Redigera

Avx512CD Class

Definition

Important

This API is not CLS-compliant.

Provides access to X86 AVX512CD hardware instructions via intrinsics.

public ref class Avx512CD abstract : System::Runtime::Intrinsics::X86::Avx512F
[System.CLSCompliant(false)]
public abstract class Avx512CD : System.Runtime.Intrinsics.X86.Avx512F
[<System.CLSCompliant(false)>]
type Avx512CD = class
    inherit Avx512F
Public MustInherit Class Avx512CD
Inherits Avx512F
Inheritance
Attributes

Properties

IsSupported

Methods

DetectConflicts(Vector512<Int32>)

__m512i _mm512_conflict_epi32 (__m512i a)

VPCONFLICTD zmm1 {k1}{z}, zmm2/m512/m32bcst

DetectConflicts(Vector512<Int64>)

__m512i _mm512_conflict_epi64 (__m512i a)

VPCONFLICTQ zmm1 {k1}{z}, zmm2/m512/m64bcst

DetectConflicts(Vector512<UInt32>)

__m512i _mm512_conflict_epi32 (__m512i a)

VPCONFLICTD zmm1 {k1}{z}, zmm2/m512/m32bcst

DetectConflicts(Vector512<UInt64>)

__m512i _mm512_conflict_epi64 (__m512i a)

VPCONFLICTQ zmm1 {k1}{z}, zmm2/m512/m64bcst

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)
LeadingZeroCount(Vector512<Int32>)

__m512i _mm512_lzcnt_epi32 (__m512i a)

VPLZCNTD zmm1 {k1}{z}, zmm2/m512/m32bcst

LeadingZeroCount(Vector512<Int64>)

__m512i _mm512_lzcnt_epi64 (__m512i a)

VPLZCNTQ zmm1 {k1}{z}, zmm2/m512/m64bcst

LeadingZeroCount(Vector512<UInt32>)

__m512i _mm512_lzcnt_epi32 (__m512i a)

VPLZCNTD zmm1 {k1}{z}, zmm2/m512/m32bcst

LeadingZeroCount(Vector512<UInt64>)

__m512i _mm512_lzcnt_epi64 (__m512i a)

VPLZCNTQ zmm1 {k1}{z}, zmm2/m512/m64bcst

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