2 references to ReciprocalSqrt14
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (1)
224
if (typeof(T) == typeof(double)) return Avx512F.VL.
ReciprocalSqrt14
(x.AsDouble()).As<double, T>();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
1859
public static Vector256<double> ReciprocalSqrt14(Vector256<double> value) =>
ReciprocalSqrt14
(value);