Avx512DQ.VL.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(Vector128<Single>, Byte) |
__m128 _mm_reduce_ps(__m128 a, int imm); VREDUCEPS xmm1 {k1}{z}, xmm2/m128/m32bcst, imm8 |
Reduce(Vector256<Double>, Byte) |
__m256d _mm256_reduce_pd(__m256d a, int imm); VREDUCEPD ymm1 {k1}{z}, ymm2/m256/m64bcst, imm8 |
Reduce(Vector128<Double>, Byte) |
__m128d _mm_reduce_pd(__m128d a, int imm); VREDUCEPD xmm1 {k1}{z}, xmm2/m128/m64bcst, imm8 |
Reduce(Vector256<Single>, Byte) |
__m256 _mm256_reduce_ps(__m256 a, int imm); VREDUCEPS ymm1 {k1}{z}, ymm2/m256/m32bcst, imm8 |
Reduce(Vector128<Single>, Byte)
- Quelle:
- Avx512DQ.cs
- Quelle:
- Avx512DQ.cs
__m128 _mm_reduce_ps(__m128 a, int imm); VREDUCEPS xmm1 {k1}{z}, xmm2/m128/m32bcst, imm8
public:
static System::Runtime::Intrinsics::Vector128<float> Reduce(System::Runtime::Intrinsics::Vector128<float> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<float> Reduce (System.Runtime.Intrinsics.Vector128<float> value, byte control);
static member Reduce : System.Runtime.Intrinsics.Vector128<single> * byte -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function Reduce (value As Vector128(Of Single), control As Byte) As Vector128(Of Single)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
Reduce(Vector256<Double>, Byte)
- Quelle:
- Avx512DQ.cs
- Quelle:
- Avx512DQ.cs
__m256d _mm256_reduce_pd(__m256d a, int imm); VREDUCEPD ymm1 {k1}{z}, ymm2/m256/m64bcst, imm8
public:
static System::Runtime::Intrinsics::Vector256<double> Reduce(System::Runtime::Intrinsics::Vector256<double> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector256<double> Reduce (System.Runtime.Intrinsics.Vector256<double> value, byte control);
static member Reduce : System.Runtime.Intrinsics.Vector256<double> * byte -> System.Runtime.Intrinsics.Vector256<double>
Public Shared Function Reduce (value As Vector256(Of Double), control As Byte) As Vector256(Of Double)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
Reduce(Vector128<Double>, Byte)
- Quelle:
- Avx512DQ.cs
- Quelle:
- Avx512DQ.cs
__m128d _mm_reduce_pd(__m128d a, int imm); VREDUCEPD xmm1 {k1}{z}, xmm2/m128/m64bcst, imm8
public:
static System::Runtime::Intrinsics::Vector128<double> Reduce(System::Runtime::Intrinsics::Vector128<double> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector128<double> Reduce (System.Runtime.Intrinsics.Vector128<double> value, byte control);
static member Reduce : System.Runtime.Intrinsics.Vector128<double> * byte -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function Reduce (value As Vector128(Of Double), control As Byte) As Vector128(Of Double)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
Reduce(Vector256<Single>, Byte)
- Quelle:
- Avx512DQ.cs
- Quelle:
- Avx512DQ.cs
__m256 _mm256_reduce_ps(__m256 a, int imm); VREDUCEPS ymm1 {k1}{z}, ymm2/m256/m32bcst, imm8
public:
static System::Runtime::Intrinsics::Vector256<float> Reduce(System::Runtime::Intrinsics::Vector256<float> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector256<float> Reduce (System.Runtime.Intrinsics.Vector256<float> value, byte control);
static member Reduce : System.Runtime.Intrinsics.Vector256<single> * byte -> System.Runtime.Intrinsics.Vector256<single>
Public Shared Function Reduce (value As Vector256(Of Single), control As Byte) As Vector256(Of Single)
Parameter
- control
- Byte