aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AVX/MathFunctions.h
Commit message (Expand)AuthorAge
* Fix pfrexp/pldexp for half.Gravatar Antonio Sanchez2021-01-21
* * Add iterative psqrt<double> for AVX and SSE when FMA is available. This pro...Gravatar Rasmus Munk Larsen2020-12-16
* Add log2() to Eigen.Gravatar Rasmus Munk Larsen2020-12-04
* Revert "Add log2() operator to Eigen"Gravatar Rasmus Munk Larsen2020-12-03
* Add log2() operator to EigenGravatar Rasmus Munk Larsen2020-12-03
* Implement missing AVX half ops.Gravatar Antonio Sanchez2020-11-24
* Add AVX plog<Packet4d> and AVX512 plog<Packet8d> ops,also unified AVX512 plog...Gravatar Guoqiang QI2020-10-15
* AVX path for BF16Gravatar Sheng Yang2020-07-14
* 1. Fix a bug in psqrt and make it return 0 for +inf arguments.Gravatar Rasmus Munk Larsen2019-11-15
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
* Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12
* CleanupGravatar Gael Guennebaud2018-11-30
* Extend the generic psin_float code to handle cosine and make SSE and AVX use ...Gravatar Gael Guennebaud2018-11-30
* Unify SSE/AVX psin functions.Gravatar Gael Guennebaud2018-11-27
* cleanupGravatar Gael Guennebaud2018-11-26
* 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
* Fix copy-paste error: Must use _mm256_cmp_ps for AVX.Gravatar Rasmus Munk Larsen2016-10-12
* Update comment for fast sqrt.Gravatar Rasmus Munk Larsen2016-10-04
* Fix a bug in the implementation of Carmack's fast sqrt algorithm in Eigen (en...Gravatar Rasmus Munk Larsen2016-10-04
* Factorize the 4 copies of tanh implementations, make numext::tanh consistent ...Gravatar Gael Guennebaud2016-08-23
* Improved implementation of ptanh for SSE and AVXGravatar Benoit Steiner2016-02-18
* Avoid implicit cast from double to float.Gravatar Benoit Steiner2016-02-10
* Optimized implementation of the hyperbolic tangent function for AVXGravatar Benoit Steiner2016-02-10
* Workaround compilers that do not even define _mm256_set_m128.Gravatar Gael Guennebaud2015-12-24
* Fixed a typo.Gravatar Benoit Steiner2015-12-18
* bug #1140: remove custom definition and use of _mm256_setr_m128Gravatar Gael Guennebaud2015-12-18
* bug #1069: fix AVX support on MSVC (use of non portable C-style cast)Gravatar Gael Guennebaud2015-09-28
* Added a double-precision implementation of the exp() function for AVX.Gravatar Benoit Steiner2015-05-04
* Fixed the optimized AVX implementation of the fast rsqrt functionGravatar Benoit Steiner2015-03-02
* Added an optimized version of rsqrt for SSE and AVX that is used when EIGEN_F...Gravatar Benoit Steiner2015-03-02
* Added support for fast reciprocal square root computation.Gravatar Benoit Steiner2015-02-26
* Optimized version of the sin(), exp(), log() and sqrt() function for AVXGravatar Benoit Steiner2015-02-13