AdvSimd.ReciprocalSquareRootEstimate 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
반환
적용 대상
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)
매개 변수
반환
적용 대상
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)
매개 변수
반환
적용 대상
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)
매개 변수
반환
적용 대상
.NET