aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Disable fma gcc's workaround for gcc >= 8 (based on GEMM benchmarks)Gravatar Gael Guennebaud2018-11-28
* | same for pmaxGravatar Gael Guennebaud2018-11-28
* | pmin/pmax o SSE: make sure to use AVX instruction with AVX enabled, and disab...Gravatar Gael Guennebaud2018-11-28
* | Add missing SSE/AVX type-casting in AVX512 modeGravatar Gael Guennebaud2018-11-28
* | bug #1630: fix linspaced when requesting smaller packet size than default one.Gravatar Gael Guennebaud2018-11-28
* | Use explicit packet type in SSE/PacketMath pldexpGravatar Eugene Zhulenev2018-11-27
* | do not read buffers out of bounds -- load only the 4 bytes we know exist here...Gravatar Benoit Jacob2018-11-27
* | 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
* | Merged in bjacob/eigen/fixbuild (pull request PR-549)Gravatar Rasmus Munk Larsen2018-11-27
|\ \
| * | fix the build on 64-bit ARM when NEON is disabledGravatar Benoit Jacob2018-11-27
|/ /
* | Unify Altivec/VSX pexp(double) with default implementationGravatar Gael Guennebaud2018-11-27
* | cleanupGravatar Gael Guennebaud2018-11-26
* | Unify SSE and AVX pexp for double.Gravatar Gael Guennebaud2018-11-26
* | Unify NEON's pexp with generic implementationGravatar Gael Guennebaud2018-11-26
* | Unify Altivec/VSX's pexp with generic implementationGravatar Gael Guennebaud2018-11-26
* | Unify SSE and AVX implementation of pexpGravatar Gael Guennebaud2018-11-26
* | Unify Altivec/VSX's plog with generic implementation, and enable it!Gravatar Gael Guennebaud2018-11-26
* | Unify NEON's plog with generic implementationGravatar Gael Guennebaud2018-11-26
* | First step toward a unification of packet log implementation, currently only ...Gravatar Gael Guennebaud2018-11-26
* | Make SSE/AVX pandnot(A,B) consistent with generic version, i.e., "A and not B"Gravatar Gael Guennebaud2018-11-26
* | Extend unit test to recursively check half-packet types and non packet typesGravatar Gael Guennebaud2018-11-26
* | bug #1611: fix plog(0) on NEONGravatar Gael Guennebaud2018-11-26
* | Fix typosGravatar Patrik Huber2018-11-23
* | mergeGravatar Gael Guennebaud2018-11-23
|\ \
* | | Fix reserved usage of double __ in macro namesGravatar Gael Guennebaud2018-11-23
* | | check two ctorsGravatar Gael Guennebaud2018-11-23
* | | Fix double = bool !Gravatar Gael Guennebaud2018-11-23
* | | Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
| * | Add default constructor to Bar to make test compile again with clang-3.8Gravatar Christoph Hertzberg2018-11-23
| * | Small typo found be Patrick Huber (pull request PR-547)Gravatar Christoph Hertzberg2018-11-23
|/ /
* | bug #1624: improve matrix-matrix product on ARM 64, 20% speedupGravatar Gael Guennebaud2018-11-23
* | Move regression test to right unit test fileGravatar Gael Guennebaud2018-11-21
* | Workaround weird MSVC bugGravatar Gael Guennebaud2018-11-21
* | Fixed most conversion warnings in MatrixFunctions moduleGravatar Christoph Hertzberg2018-11-20
* | Make MaxPacketSize a true upper bound, even for fixed-size inputsGravatar Gael Guennebaud2018-11-16
* | Add explicit regression test for bug #1622Gravatar Gael Guennebaud2018-11-16
* | PR 544: Set requestedAlignment correctly for SliceVectorizedTraversalsGravatar Mark D Ryan2018-11-13
* | Fix typo in comment on EIGEN_MAX_STATIC_ALIGN_BYTESGravatar Nikolaus Demmel2018-11-14
* | typoGravatar Gael Guennebaud2018-11-14
* | help doxygen linking to DenseBase::NulllaryExprGravatar Gael Guennebaud2018-11-14
* | Improve doc on multi-threading and warn about hyper-threadingGravatar Gael Guennebaud2018-11-14
* | doxygen does not like \addtogroup and \ingroup in the same lineGravatar Gael Guennebaud2018-11-14
* | Merged in rmlarsen/eigen2 (pull request PR-543)Gravatar Rasmus Munk Larsen2018-11-13
|\ \
| * | Remove accidental changes.Gravatar Rasmus Munk Larsen2018-11-12
| * | Add parallel memcpy to TensorThreadPoolDevice in Eigen, but limit the number ...Gravatar Rasmus Munk Larsen2018-11-12
* | | [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
|/ /
| * Fix tensor contraction for AVX512 machinesGravatar Mark D Ryan2018-07-31
|/
* Add optimized version of logistic function for float. As an example, this is ...Gravatar Rasmus Munk Larsen2018-11-12