Avx10v1.MultiplyScalar 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

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

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

VMULSD xmm1, xmm2, xmm3 {er}

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

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

VMULSS xmm1, xmm2, xmm3 {er}

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

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

VMULSD xmm1, xmm2, xmm3 {er}

C#
public static System.Runtime.Intrinsics.Vector128<double> MultiplyScalar(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 10 and .NET 9
Product Versions
.NET 9, 10

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

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

VMULSS xmm1, xmm2, xmm3 {er}

C#
public static System.Runtime.Intrinsics.Vector128<float> MultiplyScalar(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 10 and .NET 9
Product Versions
.NET 9, 10