aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h
Commit message (Expand)AuthorAge
...
* bug #1674: workaround clang fast-math aggressive optimizationsGravatar Gael Guennebaud2019-02-22
* bug #1674: disable GCC's unsafe-math-optimizations in sin/cos vectorization (...Gravatar Gael Guennebaud2019-02-03
* PR 571: Implements an accurate argument reduction algorithm for huge inputs o...Gravatar Gael Guennebaud2019-01-14
* Replace compiler's alignas/alignof extension by respective c++11 keywords whe...Gravatar Gael Guennebaud2019-01-11
* fix warningGravatar Gael Guennebaud2019-01-09
* bug #1652: implements a much more accurate version of vectorized sin/cos. Thi...Gravatar Gael Guennebaud2019-01-09
* Implement a faster fix for sin/cos of large entries that also correctly handl...Gravatar Gael Guennebaud2018-12-23
* Make sure that psin/pcos return number in [-1,1] for large inputs (though sin...Gravatar Gael Guennebaud2018-12-23
* Fix plog(+INF): it returned ~87 instead of +INFGravatar Gael Guennebaud2018-12-23
* Extend the generic psin_float code to handle cosine and make SSE and AVX use ...Gravatar Gael Guennebaud2018-11-30
* bug #1631: fix compilation with ARM NEON and clang, and cleanup the weird psh...Gravatar Gael Guennebaud2018-11-27
* Update pshiftleft to pass the shift as a true compile-time integer.Gravatar Gael Guennebaud2018-11-27
* Unify SSE/AVX psin functions.Gravatar Gael Guennebaud2018-11-27
* Unify SSE and AVX pexp for double.Gravatar Gael Guennebaud2018-11-26
* Unify SSE and AVX implementation of pexpGravatar Gael Guennebaud2018-11-26
* First step toward a unification of packet log implementation, currently only ...Gravatar Gael Guennebaud2018-11-26