aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/arch
Commit message (Expand)AuthorAge
* Remove pset, replace with ploadu.Gravatar Antonio Sanchez2021-06-16
* Use bit_cast to create -0.0 for floating point types to avoid compiler optimi...Gravatar Rasmus Munk Larsen2021-06-11
* Make vectorized compute_inverse_size4 compile with AVX.Gravatar Rasmus Munk Larsen2021-04-22
* Replace `-2147483648` by `-0.0f` or `-0.0` constants (this should fix #2189).Gravatar Christoph Hertzberg2021-04-07
* EOF newline added to InverseSize4.Gravatar Antonio Sanchez2020-11-18
* Unify Inverse_SSE.h and Inverse_NEON.h into a single generic implementation u...Gravatar Guoqiang QI2020-11-17
* Use reinterpret_cast instead of C-style cast in Inverse_NEON.hGravatar David Tellenbach2020-10-04
* Don't cast away const in Inverse_NEON.h.Gravatar Rasmus Munk Larsen2020-10-02
* Add missing newline at the end of Inverse_NEON.hGravatar Rasmus Munk Larsen2020-09-29
* Disable double version of compute_inverse_size4 on Inverse_NEON.h if Packet2d...Gravatar Rasmus Munk Larsen2020-09-17
* Add Inverse_NEON.hGravatar Stephen Zheng2020-09-04
* bug #1644: fix warningGravatar Gael Guennebaud2018-12-11
* Fix 4x4 inverse with non-linear destinationGravatar Gael Guennebaud2016-08-30
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Fix out-of-range int constant in 4x4 inverse.Gravatar Keir Mierle2012-01-05
* remove the use of non standard long longGravatar Gael Guennebaud2011-06-14
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix 4x4 SSE inversion when storage orders don't matchGravatar Gael Guennebaud2010-08-24
* fix inversion of 4x4 unaligned matricesGravatar Gael Guennebaud2010-08-24
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation on 32bits systemsGravatar Gael Guennebaud2010-02-01
* add SSE code (from Intel) for the fast inversion of 4x4 matrices of doubleGravatar Gael Guennebaud2010-01-19
* update the fast 4x4 SSE inversion code from more recent Intel's codeGravatar Gael Guennebaud2010-01-19
* suppress unused variable warningsGravatar Gael Guennebaud2009-12-15
* no, this wasn't equivalent to ei_pload at all, after all!Gravatar Benoit Jacob2009-12-15
* Gael, who is a man of few words^Winstructions, is right, as usual.Gravatar Benoit Jacob2009-12-15
* *use scalar instructions, packet not needed hereGravatar Benoit Jacob2009-12-14
* add SSE path for Matrix4f inverse, taken from Intel except that we do a kosherGravatar Benoit Jacob2009-12-14