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