Files
eigen/Eigen
Antonio Sanchez b2126fd6b5 Fix pfrexp/pldexp for half.
The recent addition of vectorized pow (!330) relies on `pfrexp` and
`pldexp`.  This was missing for `Eigen::half` and `Eigen::bfloat16`.
Adding tests for these packet ops also exposed an issue with handling
negative values in `pfrexp`, returning an incorrect exponent.

Added the missing implementations, corrected the exponent in `pfrexp1`,
and added `packetmath` tests.
2021-01-21 19:32:28 +00:00
..
2021-01-21 19:32:28 +00:00
2017-11-10 14:11:22 +01:00
2017-11-27 22:11:57 +01:00
2017-08-17 21:58:39 +02:00