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-11-09 11:35:48 +01:00
2017-02-28 14:00:15 -08:00
2018-07-11 09:17:33 -04:00
2018-08-13 11:14:50 -07:00
2018-11-08 18:40:22 +01:00
2018-10-08 09:30:15 +02:00
2018-03-11 10:01:44 -04:00
2018-09-18 04:15:01 -04:00
2018-06-07 15:45:24 +02:00
2018-06-07 14:43:02 +02:00
2018-11-10 09:11:38 +01:00
2018-04-23 15:30:35 +02:00