Sve.ReciprocalSqrtEstimate 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
ReciprocalSqrtEstimate(Vector<Double>) |
svfloat64_t svrsqrte<see href="svfloat64_t op">_f64</see> FRSQRTE Zresult.D, Zop.D |
ReciprocalSqrtEstimate(Vector<Single>) |
svfloat32_t svrsqrte<see href="svfloat32_t op">_f32</see> FRSQRTE Zresult.S, Zop.S |
ReciprocalSqrtEstimate(Vector<Double>)
svfloat64_t svrsqrte<see href="svfloat64_t op">_f64</see>
FRSQRTE Zresult.D, Zop.D
public:
static System::Numerics::Vector<double> ReciprocalSqrtEstimate(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<double> ReciprocalSqrtEstimate (System.Numerics.Vector<double> value);
static member ReciprocalSqrtEstimate : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function ReciprocalSqrtEstimate (value As Vector(Of Double)) As Vector(Of Double)
Parameters
Returns
Applies to
ReciprocalSqrtEstimate(Vector<Single>)
svfloat32_t svrsqrte<see href="svfloat32_t op">_f32</see>
FRSQRTE Zresult.S, Zop.S
public:
static System::Numerics::Vector<float> ReciprocalSqrtEstimate(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<float> ReciprocalSqrtEstimate (System.Numerics.Vector<float> value);
static member ReciprocalSqrtEstimate : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function ReciprocalSqrtEstimate (value As Vector(Of Single)) As Vector(Of Single)
Parameters
Returns
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.