aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/Default
Commit message (Expand)AuthorAge
* Add more tests for corner cases of log1p and expm1. Add handling of infinite ...Gravatar Rasmus Munk Larsen2019-08-28
* Revert changes to std_falback::log1p that broke handling of arguments less th...Gravatar Rasmus Munk Larsen2019-08-27
* Clean up float16 a.k.a. Eigen::half support in Eigen. Move the definition of ...Gravatar Rasmus Munk Larsen2019-08-27
* Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12
* ICC does not support -fno-unsafe-math-optimizationsGravatar Gael Guennebaud2019-03-22
* 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
* bug #1615: slightly increase the default unrolling limit to compensate for ch...Gravatar Gael Guennebaud2018-12-13
* 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
* bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...Gravatar Gael Guennebaud2017-06-15
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.Gravatar Jitse Niesen2011-02-04
* forgot to remove a #endifGravatar Benoit Jacob2010-08-13
* fix determination of number of registers on sse:Gravatar Benoit Jacob2010-08-13
* email changeGravatar Gael Guennebaud2010-06-24
* Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
* make the number of registers easier to configure per architecturesGravatar Gael Guennebaud2010-03-04
* factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03