Прочитај на енглеском Уреди

Делите путем


Avx512DQ.ReduceScalar Method

Definition

Overloads

ReduceScalar(Vector128<Double>, Byte)

__m128d _mm_reduce_sd(__m128d a, int imm); VREDUCESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8

ReduceScalar(Vector128<Single>, Byte)

__m128 _mm_reduce_ss(__m128 a, int imm); VREDUCESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8

ReduceScalar(Vector128<Double>, Vector128<Double>, Byte)

__m128d _mm_reduce_sd(__m128d a, __m128d b, int imm); VREDUCESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

ReduceScalar(Vector128<Single>, Vector128<Single>, Byte)

__m128 _mm_reduce_ss(__m128 a, __m128 b, int imm); VREDUCESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

ReduceScalar(Vector128<Double>, Byte)

Source:
Avx512DQ.cs
Source:
Avx512DQ.cs

__m128d _mm_reduce_sd(__m128d a, int imm); VREDUCESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8

C#
public static System.Runtime.Intrinsics.Vector128<double> ReduceScalar(System.Runtime.Intrinsics.Vector128<double> value, byte control);

Parameters

value
Vector128<Double>
control
Byte

Returns

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 8, 9, 10

ReduceScalar(Vector128<Single>, Byte)

Source:
Avx512DQ.cs
Source:
Avx512DQ.cs

__m128 _mm_reduce_ss(__m128 a, int imm); VREDUCESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8

C#
public static System.Runtime.Intrinsics.Vector128<float> ReduceScalar(System.Runtime.Intrinsics.Vector128<float> value, byte control);

Parameters

value
Vector128<Single>
control
Byte

Returns

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 8, 9, 10

ReduceScalar(Vector128<Double>, Vector128<Double>, Byte)

Source:
Avx512DQ.cs
Source:
Avx512DQ.cs

__m128d _mm_reduce_sd(__m128d a, __m128d b, int imm); VREDUCESD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}, imm8 The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

C#
public static System.Runtime.Intrinsics.Vector128<double> ReduceScalar(System.Runtime.Intrinsics.Vector128<double> upper, System.Runtime.Intrinsics.Vector128<double> value, byte control);

Parameters

upper
Vector128<Double>
value
Vector128<Double>
control
Byte

Returns

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 8, 9, 10

ReduceScalar(Vector128<Single>, Vector128<Single>, Byte)

Source:
Avx512DQ.cs
Source:
Avx512DQ.cs

__m128 _mm_reduce_ss(__m128 a, __m128 b, int imm); VREDUCESS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}, imm8 The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

C#
public static System.Runtime.Intrinsics.Vector128<float> ReduceScalar(System.Runtime.Intrinsics.Vector128<float> upper, System.Runtime.Intrinsics.Vector128<float> value, byte control);

Parameters

upper
Vector128<Single>
value
Vector128<Single>
control
Byte

Returns

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 8, 9, 10