1 reference to ReciprocalSquareRootEstimate
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (1)
184
if (typeof(T) == typeof(double)) return AdvSimd.Arm64.
ReciprocalSquareRootEstimate
(x.AsDouble()).As<double, T>();