Avx512F.DivideScalar Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

DivideScalar(Vector128<Double>, Vector128<Double>, FloatRoundingMode)

__m128d _mm_div_round_sd (__m128d a, __m128d b, int rounding)

VDIVSS xmm1, xmm2, xmm3 {er}

DivideScalar(Vector128<Single>, Vector128<Single>, FloatRoundingMode)

__m128 _mm_div_round_ss (__m128 a, __m128 b, int rounding)

VDIVSD xmm1, xmm2, xmm3 {er}

DivideScalar(Vector128<Double>, Vector128<Double>, FloatRoundingMode)

__m128d _mm_div_round_sd (__m128d a, __m128d b, int rounding)

VDIVSS xmm1, xmm2, xmm3 {er}

public static System.Runtime.Intrinsics.Vector128<double> DivideScalar (System.Runtime.Intrinsics.Vector128<double> left, System.Runtime.Intrinsics.Vector128<double> right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);

Parameters

right
Vector128<Double>

Returns

Applies to

.NET 9
Produk Versi
.NET 9

DivideScalar(Vector128<Single>, Vector128<Single>, FloatRoundingMode)

__m128 _mm_div_round_ss (__m128 a, __m128 b, int rounding)

VDIVSD xmm1, xmm2, xmm3 {er}

public static System.Runtime.Intrinsics.Vector128<float> DivideScalar (System.Runtime.Intrinsics.Vector128<float> left, System.Runtime.Intrinsics.Vector128<float> right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);

Parameters

right
Vector128<Single>

Returns

Applies to

.NET 9
Produk Versi
.NET 9