Avx512CD.VL Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the x86 AVX512CD+VL hardware instructions via intrinsics.
public: ref class Avx512CD::VL abstract : System::Runtime::Intrinsics::X86::Avx512F::VL
public abstract class Avx512CD.VL : System.Runtime.Intrinsics.X86.Avx512F.VL
type Avx512CD.VL = class
inherit Avx512F.VL
Public MustInherit Class Avx512CD.VL
Inherits Avx512F.VL
- Inheritance
Properties
IsSupported |
Gets a value that indicates whether the APIs in this class are supported. |
Methods
DetectConflicts(Vector128<Int32>) |
__m128i _mm_conflict_epi32 (__m128i a) VPCONFLICTD xmm1 {k1}{z}, xmm2/m128/m32bcst |
DetectConflicts(Vector128<Int64>) |
__m128i _mm_conflict_epi64 (__m128i a) VPCONFLICTQ xmm1 {k1}{z}, xmm2/m128/m64bcst |
DetectConflicts(Vector128<UInt32>) |
__m128i _mm_conflict_epi32 (__m128i a) VPCONFLICTD xmm1 {k1}{z}, xmm2/m128/m32bcst |
DetectConflicts(Vector128<UInt64>) |
__m128i _mm_conflict_epi64 (__m128i a) VPCONFLICTQ xmm1 {k1}{z}, xmm2/m128/m64bcst |
DetectConflicts(Vector256<Int32>) |
__m256i _mm256_conflict_epi32 (__m256i a) VPCONFLICTD ymm1 {k1}{z}, ymm2/m256/m32bcst |
DetectConflicts(Vector256<Int64>) |
__m256i _mm256_conflict_epi64 (__m256i a) VPCONFLICTQ ymm1 {k1}{z}, ymm2/m256/m64bcst |
DetectConflicts(Vector256<UInt32>) |
__m256i _mm256_conflict_epi32 (__m256i a) VPCONFLICTD ymm1 {k1}{z}, ymm2/m256/m32bcst |
DetectConflicts(Vector256<UInt64>) |
__m256i _mm256_conflict_epi64 (__m256i a) VPCONFLICTQ ymm1 {k1}{z}, ymm2/m256/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(Vector128<Int32>) |
__m128i _mm_lzcnt_epi32 (__m128i a) VPLZCNTD xmm1 {k1}{z}, xmm2/m128/m32bcst |
LeadingZeroCount(Vector128<Int64>) |
__m128i _mm_lzcnt_epi64 (__m128i a) VPLZCNTQ xmm1 {k1}{z}, xmm2/m128/m64bcst |
LeadingZeroCount(Vector128<UInt32>) |
__m128i _mm_lzcnt_epi32 (__m128i a) VPLZCNTD xmm1 {k1}{z}, xmm2/m128/m32bcst |
LeadingZeroCount(Vector128<UInt64>) |
__m128i _mm_lzcnt_epi64 (__m128i a) VPLZCNTQ xmm1 {k1}{z}, xmm2/m128/m64bcst |
LeadingZeroCount(Vector256<Int32>) |
__m256i _mm256_lzcnt_epi32 (__m256i a) VPLZCNTD ymm1 {k1}{z}, ymm2/m256/m32bcst |
LeadingZeroCount(Vector256<Int64>) |
__m256i _mm256_lzcnt_epi64 (__m256i a) VPLZCNTQ ymm1 {k1}{z}, ymm2/m256/m64bcst |
LeadingZeroCount(Vector256<UInt32>) |
__m256i _mm256_lzcnt_epi32 (__m256i a) VPLZCNTD ymm1 {k1}{z}, ymm2/m256/m32bcst |
LeadingZeroCount(Vector256<UInt64>) |
__m256i _mm256_lzcnt_epi64 (__m256i a) VPLZCNTQ ymm1 {k1}{z}, ymm2/m256/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) |