Files
eigen/Eigen/src/Core
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-11-09 11:35:48 +01:00
2017-02-28 14:00:15 -08:00
2021-01-28 15:13:07 +01:00
2020-12-04 21:45:09 +00:00
2017-10-12 15:22:10 -04:00
2018-03-11 10:01:44 -04:00
2021-01-28 01:10:36 +01:00
2021-01-06 13:14:20 -08:00
2018-06-07 15:45:24 +02:00
2019-01-17 18:27:49 +01:00
2021-01-27 23:32:12 +01:00