Avx512F.RoundScaleScalar 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
RoundScaleScalar(Vector128<Double>, Byte) |
__m128d _mm_roundscale_sd (__m128d a, int imm) VRNDSCALESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 |
RoundScaleScalar(Vector128<Single>, Byte) |
__m128 _mm_roundscale_ss (__m128 a, int imm) VRNDSCALESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 |
RoundScaleScalar(Vector128<Double>, Vector128<Double>, Byte) |
__m128d _mm_roundscale_sd (__m128d a, __m128d b, int imm) VRNDSCALESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt. |
RoundScaleScalar(Vector128<Single>, Vector128<Single>, Byte) |
__m128 _mm_roundscale_ss (__m128 a, __m128 b, int imm) VRNDSCALESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt. |
RoundScaleScalar(Vector128<Double>, Byte)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
__m128d _mm_roundscale_sd (__m128d a, int imm)
VRNDSCALESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8
public:
static System::Runtime::Intrinsics::Vector128<double> RoundScaleScalar(System::Runtime::Intrinsics::Vector128<double> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<double> RoundScaleScalar (System.Runtime.Intrinsics.Vector128<double> value, byte control);
static member RoundScaleScalar : System.Runtime.Intrinsics.Vector128<double> * byte -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundScaleScalar (value As Vector128(Of Double), control As Byte) As Vector128(Of Double)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
RoundScaleScalar(Vector128<Single>, Byte)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
__m128 _mm_roundscale_ss (__m128 a, int imm)
VRNDSCALESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8
public:
static System::Runtime::Intrinsics::Vector128<float> RoundScaleScalar(System::Runtime::Intrinsics::Vector128<float> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<float> RoundScaleScalar (System.Runtime.Intrinsics.Vector128<float> value, byte control);
static member RoundScaleScalar : System.Runtime.Intrinsics.Vector128<single> * byte -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundScaleScalar (value As Vector128(Of Single), control As Byte) As Vector128(Of Single)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
RoundScaleScalar(Vector128<Double>, Vector128<Double>, Byte)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
__m128d _mm_roundscale_sd (__m128d a, __m128d b, int imm)
VRNDSCALESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt.
public:
static System::Runtime::Intrinsics::Vector128<double> RoundScaleScalar(System::Runtime::Intrinsics::Vector128<double> upper, System::Runtime::Intrinsics::Vector128<double> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<double> RoundScaleScalar (System.Runtime.Intrinsics.Vector128<double> upper, System.Runtime.Intrinsics.Vector128<double> value, byte control);
static member RoundScaleScalar : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> * byte -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundScaleScalar (upper As Vector128(Of Double), value As Vector128(Of Double), control As Byte) As Vector128(Of Double)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
RoundScaleScalar(Vector128<Single>, Vector128<Single>, Byte)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
__m128 _mm_roundscale_ss (__m128 a, __m128 b, int imm)
VRNDSCALESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt.
public:
static System::Runtime::Intrinsics::Vector128<float> RoundScaleScalar(System::Runtime::Intrinsics::Vector128<float> upper, System::Runtime::Intrinsics::Vector128<float> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<float> RoundScaleScalar (System.Runtime.Intrinsics.Vector128<float> upper, System.Runtime.Intrinsics.Vector128<float> value, byte control);
static member RoundScaleScalar : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.Vector128<single> * byte -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundScaleScalar (upper As Vector128(Of Single), value As Vector128(Of Single), control As Byte) As Vector128(Of Single)
Parameter
- control
- Byte