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

Делите путем


Sse.ReciprocalScalar 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

ReciprocalScalar(Vector128<Single>)

__m128 _mm_rcp_ss (__m128 a)

RCPSS xmm, xmm/m32

ReciprocalScalar(Vector128<Single>, Vector128<Single>)

__m128 _mm_rcp_ss (__m128 a, __m128 b)

RCPSS xmm, xmm/m32

ReciprocalScalar(Vector128<Single>)

Source:
Sse.cs
Source:
Sse.cs
Source:
Sse.cs

__m128 _mm_rcp_ss (__m128 a)

RCPSS xmm, xmm/m32

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

Parameters

value
Vector128<Single>

Returns

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

ReciprocalScalar(Vector128<Single>, Vector128<Single>)

Source:
Sse.cs
Source:
Sse.cs
Source:
Sse.cs

__m128 _mm_rcp_ss (__m128 a, __m128 b)

RCPSS xmm, xmm/m32

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

Parameters

upper
Vector128<Single>
value
Vector128<Single>

Returns

Remarks

The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10