AdvSimd.ReciprocalSquareRootEstimate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ReciprocalSquareRootEstimate(Vector64<Single>) |
float32x2_t vrsqrte_f32 (float32x2_t a) A32: VRSQRTE.F32 Dd, Dm A64: FRSQRTE Vd.2S, Vn.2S |
ReciprocalSquareRootEstimate(Vector64<UInt32>) |
uint32x2_t vrsqrte_u32 (uint32x2_t a) A32: VRSQRTE.U32 Dd, Dm A64: URSQRTE Vd.2S, Vn.2S |
ReciprocalSquareRootEstimate(Vector128<Single>) |
float32x4_t vrsqrteq_f32 (float32x4_t a) A32: VRSQRTE.F32 Qd, Qm A64: FRSQRTE Vd.4S, Vn.4S |
ReciprocalSquareRootEstimate(Vector128<UInt32>) |
uint32x4_t vrsqrteq_u32 (uint32x4_t a) A32: VRSQRTE.U32 Qd, Qm A64: URSQRTE Vd.4S, Vn.4S |
ReciprocalSquareRootEstimate(Vector64<Single>)
float32x2_t vrsqrte_f32 (float32x2_t a)
A32: VRSQRTE.F32 Dd, Dm
A64: FRSQRTE Vd.2S, Vn.2S
public:
static System::Runtime::Intrinsics::Vector64<float> ReciprocalSquareRootEstimate(System::Runtime::Intrinsics::Vector64<float> value);
public static System.Runtime.Intrinsics.Vector64<float> ReciprocalSquareRootEstimate (System.Runtime.Intrinsics.Vector64<float> value);
static member ReciprocalSquareRootEstimate : System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector64<single>
Public Shared Function ReciprocalSquareRootEstimate (value As Vector64(Of Single)) As Vector64(Of Single)
Parameter
Gibt zurück
Gilt für:
ReciprocalSquareRootEstimate(Vector64<UInt32>)
uint32x2_t vrsqrte_u32 (uint32x2_t a)
A32: VRSQRTE.U32 Dd, Dm
A64: URSQRTE Vd.2S, Vn.2S
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> ReciprocalSquareRootEstimate(System::Runtime::Intrinsics::Vector64<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector64<uint> ReciprocalSquareRootEstimate (System.Runtime.Intrinsics.Vector64<uint> value);
static member ReciprocalSquareRootEstimate : System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ReciprocalSquareRootEstimate (value As Vector64(Of UInteger)) As Vector64(Of UInteger)
Parameter
Gibt zurück
Gilt für:
ReciprocalSquareRootEstimate(Vector128<Single>)
float32x4_t vrsqrteq_f32 (float32x4_t a)
A32: VRSQRTE.F32 Qd, Qm
A64: FRSQRTE Vd.4S, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<float> ReciprocalSquareRootEstimate(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> ReciprocalSquareRootEstimate (System.Runtime.Intrinsics.Vector128<float> value);
static member ReciprocalSquareRootEstimate : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function ReciprocalSquareRootEstimate (value As Vector128(Of Single)) As Vector128(Of Single)
Parameter
Gibt zurück
Gilt für:
ReciprocalSquareRootEstimate(Vector128<UInt32>)
uint32x4_t vrsqrteq_u32 (uint32x4_t a)
A32: VRSQRTE.U32 Qd, Qm
A64: URSQRTE Vd.4S, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> ReciprocalSquareRootEstimate(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector128<uint> ReciprocalSquareRootEstimate (System.Runtime.Intrinsics.Vector128<uint> value);
static member ReciprocalSquareRootEstimate : System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ReciprocalSquareRootEstimate (value As Vector128(Of UInteger)) As Vector128(Of UInteger)