Avx512F.GetExponentScalar Method

Definition

Overloads

GetExponentScalar(Vector128<Double>)

__m128d _mm_getexp_sd (__m128d a)

VGETEXPSD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}

GetExponentScalar(Vector128<Single>)

__m128 _mm_getexp_ss (__m128 a)

VGETEXPSS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}

GetExponentScalar(Vector128<Double>, Vector128<Double>)

__m128d _mm_getexp_sd (__m128d a, __m128d b)

VGETEXPSD xmm1 {k1}{z}, xmm2, xmm3/m64{sae} The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

GetExponentScalar(Vector128<Single>, Vector128<Single>)

__m128 _mm_getexp_ss (__m128 a, __m128 b)

VGETEXPSS xmm1 {k1}{z}, xmm2, xmm3/m32{sae} The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

GetExponentScalar(Vector128<Double>)

Source:
Avx512F.cs
Source:
Avx512F.cs

__m128d _mm_getexp_sd (__m128d a)

VGETEXPSD xmm1 {k1}{z}, xmm2, xmm3/m64{sae}

C#
public static System.Runtime.Intrinsics.Vector128<double> GetExponentScalar(System.Runtime.Intrinsics.Vector128<double> value);

Parameters

value
Vector128<Double>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

GetExponentScalar(Vector128<Single>)

Source:
Avx512F.cs
Source:
Avx512F.cs

__m128 _mm_getexp_ss (__m128 a)

VGETEXPSS xmm1 {k1}{z}, xmm2, xmm3/m32{sae}

C#
public static System.Runtime.Intrinsics.Vector128<float> GetExponentScalar(System.Runtime.Intrinsics.Vector128<float> value);

Parameters

value
Vector128<Single>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

GetExponentScalar(Vector128<Double>, Vector128<Double>)

Source:
Avx512F.cs
Source:
Avx512F.cs

__m128d _mm_getexp_sd (__m128d a, __m128d b)

VGETEXPSD xmm1 {k1}{z}, xmm2, xmm3/m64{sae} 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> GetExponentScalar(System.Runtime.Intrinsics.Vector128<double> upper, System.Runtime.Intrinsics.Vector128<double> value);

Parameters

upper
Vector128<Double>
value
Vector128<Double>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

GetExponentScalar(Vector128<Single>, Vector128<Single>)

Source:
Avx512F.cs
Source:
Avx512F.cs

__m128 _mm_getexp_ss (__m128 a, __m128 b)

VGETEXPSS xmm1 {k1}{z}, xmm2, xmm3/m32{sae} 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> GetExponentScalar(System.Runtime.Intrinsics.Vector128<float> upper, System.Runtime.Intrinsics.Vector128<float> value);

Parameters

upper
Vector128<Single>
value
Vector128<Single>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10