Redigera

Avx512F.X64 Class

Definition

public: ref class Avx512F::X64 abstract : System::Runtime::Intrinsics::X86::Avx2::X64
public abstract class Avx512F.X64 : System.Runtime.Intrinsics.X86.Avx2.X64
type Avx512F.X64 = class
    inherit Avx2.X64
Public MustInherit Class Avx512F.X64
Inherits Avx2.X64
Inheritance
Derived

Properties

IsSupported

Methods

ConvertScalarToVector128Double(Vector128<Double>, Int64, FloatRoundingMode)
ConvertScalarToVector128Double(Vector128<Double>, UInt64)

__m128d _mm_cvtsi64_sd (__m128d a, __int64 b)

VCVTUSI2SD xmm1, xmm2, r/m64 This intrinsic is only available on 64-bit processes

ConvertScalarToVector128Double(Vector128<Double>, UInt64, FloatRoundingMode)
ConvertScalarToVector128Single(Vector128<Single>, Int64, FloatRoundingMode)
ConvertScalarToVector128Single(Vector128<Single>, UInt64)

__m128 _mm_cvtsi64_ss (__m128 a, __int64 b)

VCVTUSI2SS xmm1, xmm2, r/m64 This intrinsic is only available on 64-bit processes

ConvertScalarToVector128Single(Vector128<Single>, UInt64, FloatRoundingMode)
ConvertToInt64(Vector128<Double>, FloatRoundingMode)
ConvertToInt64(Vector128<Single>, FloatRoundingMode)
ConvertToUInt64(Vector128<Double>)

unsigned __int64 _mm_cvtsd_u64 (__m128d a)

VCVTSD2USI r64, xmm1/m64{er} This intrinsic is only available on 64-bit processes

ConvertToUInt64(Vector128<Double>, FloatRoundingMode)
ConvertToUInt64(Vector128<Single>)

unsigned __int64 _mm_cvtss_u64 (__m128 a)

VCVTSS2USI r64, xmm1/m32{er} This intrinsic is only available on 64-bit processes

ConvertToUInt64(Vector128<Single>, FloatRoundingMode)
ConvertToUInt64WithTruncation(Vector128<Double>)

unsigned __int64 _mm_cvttsd_u64 (__m128d a)

VCVTTSD2USI r64, xmm1/m64{er} This intrinsic is only available on 64-bit processes

ConvertToUInt64WithTruncation(Vector128<Single>)

unsigned __int64 _mm_cvttss_u64 (__m128 a)

VCVTTSS2USI r64, xmm1/m32{er} This intrinsic is only available on 64-bit processes

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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to