Edit

Share via


AvxVnniInt8 Class

Definition

Important

This API is not CLS-compliant.

Provides access to the x86 AVXVNNI hardware instructions via intrinsics.

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

Properties

Name Description
IsSupported

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

Methods

Name Description
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)
MultiplyWideningAndAdd(Vector128<Int32>, Vector128<SByte>, Vector128<Byte>)
MultiplyWideningAndAdd(Vector128<Int32>, Vector128<SByte>, Vector128<SByte>)
MultiplyWideningAndAdd(Vector128<UInt32>, Vector128<Byte>, Vector128<Byte>)
MultiplyWideningAndAdd(Vector256<Int32>, Vector256<SByte>, Vector256<Byte>)
MultiplyWideningAndAdd(Vector256<Int32>, Vector256<SByte>, Vector256<SByte>)
MultiplyWideningAndAdd(Vector256<UInt32>, Vector256<Byte>, Vector256<Byte>)
MultiplyWideningAndAddSaturate(Vector128<Int32>, Vector128<SByte>, Vector128<Byte>)
MultiplyWideningAndAddSaturate(Vector128<Int32>, Vector128<SByte>, Vector128<SByte>)
MultiplyWideningAndAddSaturate(Vector128<UInt32>, Vector128<Byte>, Vector128<Byte>)
MultiplyWideningAndAddSaturate(Vector256<Int32>, Vector256<SByte>, Vector256<Byte>)
MultiplyWideningAndAddSaturate(Vector256<Int32>, Vector256<SByte>, Vector256<SByte>)
MultiplyWideningAndAddSaturate(Vector256<UInt32>, Vector256<Byte>, Vector256<Byte>)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to