Investigate precision of the vectorized TensorPrimitives implementations. #98861
Labels
area-System.Numerics
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
Following investigation via #99023 we identified the following vectorized implementations whose precision deviates from the tolerances specified in their scalar equivalents:
8.8817841970012523e-16
4.76837158e-07f
Cbrt
1e-13
CosPi
1e-5
Dot
1e-14
1e-5
Exp10
1e-13
1e-5
Exp2
1e-14
1e-5
Exp2M1
1e-14
1e-5
Exp10M1
1e-13
1e-5
Pow
(scalar/span)1e-5
Pow
(span/span)1e-13
1e-5
Pow
(span/scalar)1e-13
1e-5
RootN
1e-13
SinPi
1e-13
1e-4
Sum
1e-14
1e-5
SumOfMagnitudes
1e-12
1e-6
SumOfSquares
1e-12
1e-6
The text was updated successfully, but these errors were encountered: