Avx512DQ.RangeScalar 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
RangeScalar(Vector128<Double>, Vector128<Double>, Byte) |
__m128d _mm_range_sd(__m128d a, __m128d b, int imm); VRANGESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 |
RangeScalar(Vector128<Single>, Vector128<Single>, Byte) |
__m128 _mm_range_ss(__m128 a, __m128 b, int imm); VRANGESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 |
RangeScalar(Vector128<Double>, Vector128<Double>, Byte)
- Quelle:
- Avx512DQ.cs
- Quelle:
- Avx512DQ.cs
__m128d _mm_range_sd(__m128d a, __m128d b, int imm); VRANGESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8
public:
static System::Runtime::Intrinsics::Vector128<double> RangeScalar(System::Runtime::Intrinsics::Vector128<double> left, System::Runtime::Intrinsics::Vector128<double> right, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<double> RangeScalar (System.Runtime.Intrinsics.Vector128<double> left, System.Runtime.Intrinsics.Vector128<double> right, byte control);
static member RangeScalar : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> * byte -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RangeScalar (left As Vector128(Of Double), right As Vector128(Of Double), control As Byte) As Vector128(Of Double)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
RangeScalar(Vector128<Single>, Vector128<Single>, Byte)
- Quelle:
- Avx512DQ.cs
- Quelle:
- Avx512DQ.cs
__m128 _mm_range_ss(__m128 a, __m128 b, int imm); VRANGESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8
public:
static System::Runtime::Intrinsics::Vector128<float> RangeScalar(System::Runtime::Intrinsics::Vector128<float> left, System::Runtime::Intrinsics::Vector128<float> right, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<float> RangeScalar (System.Runtime.Intrinsics.Vector128<float> left, System.Runtime.Intrinsics.Vector128<float> right, byte control);
static member RangeScalar : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.Vector128<single> * byte -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RangeScalar (left As Vector128(Of Single), right As Vector128(Of Single), control As Byte) As Vector128(Of Single)
Parameter
- control
- Byte