Edit

Share via


Avx512Vbmi2 Class

Definition

Important

This API is not CLS-compliant.

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

Properties

IsSupported

Methods

Compress(Vector512<Byte>, Vector512<Byte>, Vector512<Byte>)
Compress(Vector512<Int16>, Vector512<Int16>, Vector512<Int16>)
Compress(Vector512<SByte>, Vector512<SByte>, Vector512<SByte>)
Compress(Vector512<UInt16>, Vector512<UInt16>, Vector512<UInt16>)
Equals(Object)

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

(Inherited from Object)
Expand(Vector512<Byte>, Vector512<Byte>, Vector512<Byte>)
Expand(Vector512<Int16>, Vector512<Int16>, Vector512<Int16>)
Expand(Vector512<SByte>, Vector512<SByte>, Vector512<SByte>)
Expand(Vector512<UInt16>, Vector512<UInt16>, Vector512<UInt16>)
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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to