Avx512F.RoundScale 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
RoundScale(Vector512<Single>, Byte) |
__m512 _mm512_roundscale_ps (__m512 a, int imm) VRNDSCALEPS zmm1 {k1}{z}, zmm2/m512/m32bcst{sae}, imm8 |
RoundScale(Vector512<Double>, Byte) |
__m512d _mm512_roundscale_pd (__m512d a, int imm) VRNDSCALEPD zmm1 {k1}{z}, zmm2/m512/m64bcst{sae}, imm8 |
RoundScale(Vector512<Single>, Byte)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
__m512 _mm512_roundscale_ps (__m512 a, int imm)
VRNDSCALEPS zmm1 {k1}{z}, zmm2/m512/m32bcst{sae}, imm8
public:
static System::Runtime::Intrinsics::Vector512<float> RoundScale(System::Runtime::Intrinsics::Vector512<float> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector512<float> RoundScale (System.Runtime.Intrinsics.Vector512<float> value, byte control);
static member RoundScale : System.Runtime.Intrinsics.Vector512<single> * byte -> System.Runtime.Intrinsics.Vector512<single>
Public Shared Function RoundScale (value As Vector512(Of Single), control As Byte) As Vector512(Of Single)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
RoundScale(Vector512<Double>, Byte)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
__m512d _mm512_roundscale_pd (__m512d a, int imm)
VRNDSCALEPD zmm1 {k1}{z}, zmm2/m512/m64bcst{sae}, imm8
public:
static System::Runtime::Intrinsics::Vector512<double> RoundScale(System::Runtime::Intrinsics::Vector512<double> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector512<double> RoundScale (System.Runtime.Intrinsics.Vector512<double> value, byte control);
static member RoundScale : System.Runtime.Intrinsics.Vector512<double> * byte -> System.Runtime.Intrinsics.Vector512<double>
Public Shared Function RoundScale (value As Vector512(Of Double), control As Byte) As Vector512(Of Double)
Parameter
- control
- Byte