aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | update doc wrt to unaligned vectorizationGravatar Gael Guennebaud2016-05-24
| * | Document EIGEN_UNALIGNED_VECTORIZE.Gravatar Gael Guennebaud2016-05-24
| * | Workaround clang/llvm bug in code generation.Gravatar Gael Guennebaud2016-05-24
| * | bug #256: enable vectorization with unaligned loads/stores.Gravatar Gael Guennebaud2016-05-24
| * | Block<> should not disable vectorization based on inner-size, this is the res...Gravatar Gael Guennebaud2016-05-24
| * | Clean propagation of Dest/Src alignments.Gravatar Gael Guennebaud2016-05-24
|/ /
* | Remove now-unused protate PacketMath funcGravatar Benoit Jacob2016-05-24
* | Remove the rotating kernel. It was only useful on some ARM CPUs (Qualcomm Kra...Gravatar Benoit Jacob2016-05-24
* | Don't attempt to use MMX instructions with visualstudio since they're only pa...Gravatar Benoit Steiner2016-05-24
* | Worked around missing clang intrinsicGravatar Benoit Steiner2016-05-24
* | Use the generic ploadquad intrinsics since it does the jobGravatar Benoit Steiner2016-05-24
* | Worked around missing clang intrinsicsGravatar Benoit Steiner2016-05-24
* | Added missing EIGEN_DEVICE_FUNC qualifierGravatar Benoit Steiner2016-05-23
* | Include mmintrin.h to make it possible to use mmx instructions when needed. F...Gravatar Benoit Steiner2016-05-23
* | Use the Index type instead of integers to specify the strides in pgather/psca...Gravatar Benoit Steiner2016-05-23
* | Added missing alignment in the fp16 packet traitsGravatar Benoit Steiner2016-05-23
* | ptranspose is not a template.Gravatar Benoit Steiner2016-05-23
* | Avoid unnecessary float to double conversionsGravatar Benoit Steiner2016-05-23
* | Avoid unnecessary float to double conversion.Gravatar Benoit Steiner2016-05-23
* | Started to vectorize the processing of 16bit floats on CPU.Gravatar Benoit Steiner2016-05-23
* | Don't optimize the processing of the last rows of a matrix matrix product in ...Gravatar Benoit Steiner2016-05-23
* | Fixed a typo in the array.cpp testGravatar Benoit Steiner2016-05-23
* | Merged in rmlarsen/eigen (pull request PR-188)Gravatar Benoit Steiner2016-05-23
|\ \
* | | Replace multiple constructors of half-type by a generic/templated constructor...Gravatar Christoph Hertzberg2016-05-23
* | | Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* | | fixed macro nameGravatar Christoph Hertzberg2016-05-22
* | | Fix some sign-compare warningsGravatar Christoph Hertzberg2016-05-22
* | | Identify clang++ even if it is not named llvm-clang++Gravatar Christoph Hertzberg2016-05-22
* | | Document EIGEN_MAX_CPP_VER and user controllable compiler features.Gravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
* | | Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
* | | Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
* | | polygamma is C99/C++11 onlyGravatar Gael Guennebaud2016-05-20
* | | Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.Gravatar Gael Guennebaud2016-05-20
* | | Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
* | | Rename UniformRandom to UnitRandom.Gravatar Gael Guennebaud2016-05-20
* | | Fix coding practice in Quaternion::UniformRandomGravatar Gael Guennebaud2016-05-20
* | | bug #823: add static method to Quaternion for uniform random rotations.Gravatar Joseph Mirabel2016-05-20
* | | Remove std:: to enable custom scalar types.Gravatar Gael Guennebaud2016-05-19
| * | Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-05-18
| |\ \
| * \ \ Merge.Gravatar Rasmus Munk Larsen2016-05-18
| |\ \ \
| * | | | Minor cleanups: 1. Get rid of unused variables. 2. Get rid of last uses of EI...Gravatar Rasmus Munk Larsen2016-05-18
| | * | | Reduce overhead for small tensors and cheap ops by short-circuiting the const...Gravatar Rasmus Munk Larsen2016-05-17
| |/ / /
| | | * Merged latest updates from trunkGravatar Benoit Steiner2016-05-17
| | | |\
| | | * | Allow vectorized padding on GPU. This helps speed things up a little.Gravatar Benoit Steiner2016-05-17
* | | | | made a fix to the GMRES solver so that it now correctly reports the error ach...Gravatar David Dement2016-05-16
* | | | | Fix unit test.Gravatar Gael Guennebaud2016-05-19