Files
eigen/Eigen/src
Antonio Sanchez 29ebd84cb7 Fix NEON sqrt for 32-bit, add prsqrt.
With !406, we accidentally broke arm 32-bit NEON builds, since
`vsqrt_f32` is only available for 64-bit.

Here we add back the `rsqrt` implementation for 32-bit, relying
on a `prsqrt` implementation with better handling of edge cases.

Note that several of the 32-bit NEON packet tests are currently
failing - either due to denormal handling (NEON versions flush
to zero, but scalar paths don't) or due to accuracy (e.g. sin/cos).
2021-02-26 14:08:40 -08:00
..
2018-09-18 04:15:01 -04:00
2018-03-11 10:01:44 -04:00
2020-11-18 07:58:33 -08:00
2017-03-07 11:25:58 +01:00
2019-09-03 00:50:51 +02:00
2020-12-04 21:45:09 +00:00
2021-02-08 12:56:23 -08:00