Edit

Share via


Avx512F.X64 Class

Definition

Provides access to the x86 AVX512F hardware instructions, that are only available to 64-bit processes, via intrinsics.

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

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

Methods

ConvertScalarToVector128Double(Vector128<Double>, Int64, FloatRoundingMode)

__m128d _mm_cvt_roundsi64_sd (__m128d a, __int64 b, int rounding)

VCVTSI2SD xmm1, xmm2, r64 {er}

This intrinsic is only available on 64-bit processes

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)

__m128d _mm_cvt_roundu64_sd (__m128d a, unsigned __int64 b, int rounding)

VCVTUSI2SD xmm1, xmm2, r64 {er}

This intrinsic is only available on 64-bit processes

ConvertScalarToVector128Single(Vector128<Single>, Int64, FloatRoundingMode)

__m128 _mm_cvt_roundi64_ss (__m128 a, __int64 b, int rounding)

VCVTSI2SS xmm1, xmm2, r64 {er}

This intrinsic is only available on 64-bit processes

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)

__m128 _mm_cvt_roundu64_ss (__m128 a, unsigned __int64 b, int rounding)

VCVTUSI2SS xmm1, xmm2, r64 {er}

This intrinsic is only available on 64-bit processes

ConvertToInt64(Vector128<Double>, FloatRoundingMode)

__int64 _mm_cvt_roundsd_i64 (__m128d a, int rounding)

VCVTSD2SI r64, xmm1 {er}

This intrinsic is only available on 64-bit processes

ConvertToInt64(Vector128<Single>, FloatRoundingMode)

__int64 _mm_cvt_roundss_i64 (__m128 a, int rounding)

VCVTSS2SI r64, xmm1 {er}

This intrinsic is only available on 64-bit processes

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)

unsigned __int64 _mm_cvt_roundsd_u64 (__m128d a, int rounding)

VCVTSD2USI r64, xmm1 {er}

This intrinsic is only available on 64-bit processes

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)

unsigned __int64 _mm_cvt_roundss_u64 (__m128 a, int rounding)

VCVTSS2USI r64, xmm1 {er}

This intrinsic is only available on 64-bit processes

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