Skip to content
Commit f312cb80 authored by Joe Ramsay's avatar Joe Ramsay Committed by Joe Ramsay
Browse files

pl/math: Add scalar atanf and set fenv in Neon atanf

The simplest way to set fenv in Neon atanf is by using a scalar
fallback to under/overflow cases, however this routine did not have a
scalar counterpart so we add a new one, based on the same algorithm
and polynomial as the vector variants, and accurate to 2.9 ULP. This
is now used as the fallback for all lanes, when any lane of the Neon
input is special.
parent 04e91eca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment