Avx512F.X64.ConvertScalarToVector128Single Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ConvertScalarToVector128Single(Vector128<Single>, UInt64) |
__m128 _mm_cvtsi64_ss (__m128 a, __int64 b) VCVTUSI2SS xmm1, xmm2, r/m64 Dieses systeminterne System ist nur für 64-Bit-Prozesse verfügbar. |
ConvertScalarToVector128Single(Vector128<Single>, Int64, FloatRoundingMode) | |
ConvertScalarToVector128Single(Vector128<Single>, UInt64, FloatRoundingMode) |
ConvertScalarToVector128Single(Vector128<Single>, UInt64)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
__m128 _mm_cvtsi64_ss (__m128 a, __int64 b)
VCVTUSI2SS xmm1, xmm2, r/m64 Dieses systeminterne System ist nur für 64-Bit-Prozesse verfügbar.
public:
static System::Runtime::Intrinsics::Vector128<float> ConvertScalarToVector128Single(System::Runtime::Intrinsics::Vector128<float> upper, System::UInt64 value);
public static System.Runtime.Intrinsics.Vector128<float> ConvertScalarToVector128Single (System.Runtime.Intrinsics.Vector128<float> upper, ulong value);
static member ConvertScalarToVector128Single : System.Runtime.Intrinsics.Vector128<single> * uint64 -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function ConvertScalarToVector128Single (upper As Vector128(Of Single), value As ULong) As Vector128(Of Single)
Parameter
- value
- UInt64
Gibt zurück
Gilt für:
ConvertScalarToVector128Single(Vector128<Single>, Int64, FloatRoundingMode)
public:
static System::Runtime::Intrinsics::Vector128<float> ConvertScalarToVector128Single(System::Runtime::Intrinsics::Vector128<float> upper, long value, System::Runtime::Intrinsics::X86::FloatRoundingMode mode);
public static System.Runtime.Intrinsics.Vector128<float> ConvertScalarToVector128Single (System.Runtime.Intrinsics.Vector128<float> upper, long value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);
static member ConvertScalarToVector128Single : System.Runtime.Intrinsics.Vector128<single> * int64 * System.Runtime.Intrinsics.X86.FloatRoundingMode -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function ConvertScalarToVector128Single (upper As Vector128(Of Single), value As Long, mode As FloatRoundingMode) As Vector128(Of Single)
Parameter
- value
- Int64
- mode
- FloatRoundingMode
Gibt zurück
Gilt für:
ConvertScalarToVector128Single(Vector128<Single>, UInt64, FloatRoundingMode)
public:
static System::Runtime::Intrinsics::Vector128<float> ConvertScalarToVector128Single(System::Runtime::Intrinsics::Vector128<float> upper, System::UInt64 value, System::Runtime::Intrinsics::X86::FloatRoundingMode mode);
public static System.Runtime.Intrinsics.Vector128<float> ConvertScalarToVector128Single (System.Runtime.Intrinsics.Vector128<float> upper, ulong value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);
static member ConvertScalarToVector128Single : System.Runtime.Intrinsics.Vector128<single> * uint64 * System.Runtime.Intrinsics.X86.FloatRoundingMode -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function ConvertScalarToVector128Single (upper As Vector128(Of Single), value As ULong, mode As FloatRoundingMode) As Vector128(Of Single)
Parameter
- value
- UInt64
- mode
- FloatRoundingMode
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.