Avx512F.X64.ConvertToUInt64WithTruncation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConvertToUInt64WithTruncation(Vector128<Double>) |
unsigned __int64 _mm_cvttsd_u64 (__m128d a) VCVTTSD2USI r64、xmm1/m64{er} この組み込みは、64 ビット プロセスでのみ使用できます |
ConvertToUInt64WithTruncation(Vector128<Single>) |
unsigned __int64 _mm_cvttss_u64 (__m128 a) VCVTTSS2USI r64、xmm1/m32{er} この組み込みは、64 ビット プロセスでのみ使用できます |
ConvertToUInt64WithTruncation(Vector128<Double>)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
unsigned __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
パラメーター
戻り値
適用対象
ConvertToUInt64WithTruncation(Vector128<Single>)
- ソース:
- Avx512F.cs
- ソース:
- Avx512F.cs
unsigned __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
パラメーター
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET