Files
eigen/Eigen/src/Core/util
Gael Guennebaud 4356a55a61 PR 571: Implements an accurate argument reduction algorithm for huge inputs of sin/cos and call it instead of falling back to std::sin/std::cos.
This makes both the small and huge argument cases faster because:
- for small inputs this removes the last pselect
- for large inputs only the reduction part follows a scalar path,
the rest use the same SIMD path as the small-argument case.
2019-01-14 13:54:01 +01:00
..
2018-09-21 11:51:49 +02:00
2018-11-23 22:22:14 +00:00
2018-10-03 14:16:21 +02:00
2018-11-02 14:51:35 -07:00
2018-09-20 22:57:28 +02:00