Avx512Bmm Class

Definition

Important

This API is not CLS-compliant.

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

Properties

Name Description
IsSupported

Methods

Name Description
BitMultiplyMatrix16x16WithOrReduction(Vector256<UInt16>, Vector256<UInt16>, Vector256<UInt16>)
BitMultiplyMatrix16x16WithOrReduction(Vector512<UInt16>, Vector512<UInt16>, Vector512<UInt16>)
BitMultiplyMatrix16x16WithXorReduction(Vector256<UInt16>, Vector256<UInt16>, Vector256<UInt16>)
BitMultiplyMatrix16x16WithXorReduction(Vector512<UInt16>, Vector512<UInt16>, Vector512<UInt16>)
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)
ReverseBits(Vector128<Byte>)
ReverseBits(Vector256<Byte>)
ReverseBits(Vector512<Byte>)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to