Avx512F.FusedMultiplyAddScalar 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

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

__m128 _mm_fmadd_round_ss (__m128 a, __m128 b, __m128 c, int r)

VFMADDSS xmm1, xmm2, xmm3 {er}

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

__m128d _mm_fmadd_round_sd (__m128d a, __m128d b, __m128d c, int r)

VFMADDSD xmm1, xmm2, xmm3 {er}

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

__m128 _mm_fmadd_round_ss (__m128 a, __m128 b, __m128 c, int r)

VFMADDSS xmm1, xmm2, xmm3 {er}

public static System.Runtime.Intrinsics.Vector128<float> FusedMultiplyAddScalar (System.Runtime.Intrinsics.Vector128<float> a, System.Runtime.Intrinsics.Vector128<float> b, System.Runtime.Intrinsics.Vector128<float> c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);

Parameters

Returns

Applies to

.NET 9
Produk Versi
.NET 9

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

__m128d _mm_fmadd_round_sd (__m128d a, __m128d b, __m128d c, int r)

VFMADDSD xmm1, xmm2, xmm3 {er}

public static System.Runtime.Intrinsics.Vector128<double> FusedMultiplyAddScalar (System.Runtime.Intrinsics.Vector128<double> a, System.Runtime.Intrinsics.Vector128<double> b, System.Runtime.Intrinsics.Vector128<double> c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);

Parameters

Returns

Applies to

.NET 9
Produk Versi
.NET 9