Поделиться через


Avx512F.X64.ConvertToUInt64WithTruncation Метод

Определение

Перегрузки

ConvertToUInt64WithTruncation(Vector128<Double>)

__int64 _mm_cvttsd_u64 без знака (__m128d a)

VCVTTSD2USI r64, xmm1/m64{er} Эта встроенная функция доступна только в 64-разрядных процессах.

ConvertToUInt64WithTruncation(Vector128<Single>)

__int64 _mm_cvttss_u64 без знака (__m128 a)

VCVTTSS2USI r64, xmm1/m32{er} Эта встроенная функция доступна только в 64-разрядных процессах.

ConvertToUInt64WithTruncation(Vector128<Double>)

Исходный код:
Avx512F.cs
Исходный код:
Avx512F.cs

__int64 _mm_cvttsd_u64 без знака (__m128d a)

VCVTTSD2USI r64, xmm1/m64{er} Эта встроенная функция доступна только в 64-разрядных процессах.

public:
 static System::UInt64 ConvertToUInt64WithTruncation(System::Runtime::Intrinsics::Vector128<double> value);
public static ulong ConvertToUInt64WithTruncation (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt64WithTruncation : System.Runtime.Intrinsics.Vector128<double> -> uint64
Public Shared Function ConvertToUInt64WithTruncation (value As Vector128(Of Double)) As ULong

Параметры

value
Vector128<Double>

Возвращаемое значение

Применяется к

ConvertToUInt64WithTruncation(Vector128<Single>)

Исходный код:
Avx512F.cs
Исходный код:
Avx512F.cs

__int64 _mm_cvttss_u64 без знака (__m128 a)

VCVTTSS2USI r64, xmm1/m32{er} Эта встроенная функция доступна только в 64-разрядных процессах.

public:
 static System::UInt64 ConvertToUInt64WithTruncation(System::Runtime::Intrinsics::Vector128<float> value);
public static ulong ConvertToUInt64WithTruncation (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToUInt64WithTruncation : System.Runtime.Intrinsics.Vector128<single> -> uint64
Public Shared Function ConvertToUInt64WithTruncation (value As Vector128(Of Single)) As ULong

Параметры

value
Vector128<Single>

Возвращаемое значение

Применяется к