aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Move eigen_packet_wrapper to GenericPacketMath.h and use it for SSE/AVX/AVX51...Gravatar Rasmus Munk Larsen2020-04-15
* Fix typo in TypeCasting.hGravatar Rasmus Munk Larsen2020-04-14
* Fix big in vectorized casting ofGravatar Rasmus Munk Larsen2020-04-14
* Fix a bug in TensorIndexList.hGravatar Changming Sun2020-04-13
* CommaInitializer wrongfully asserted for 0-sized blocksGravatar Christoph Hertzberg2020-04-13
* Fixed commainitializer test.Gravatar Antonio Sanchez2020-04-10
* Resolve C4346 when building eigen on windowsGravatar jangsoopark2020-04-08
* Speed up matrix multiplication for small to medium size matrices by using hal...Gravatar Rasmus Munk Larsen2020-04-07
* Replace norm() with squaredNorm() to address integer overflowsGravatar Antonio Sanchez2020-04-07
* Missing struct definition in NumTraitsGravatar Antonio Sanchez2020-04-07
* Add numeric_limits min and max for boolGravatar Akshay Naresh Modi2020-04-06
* Bugfix: conjugate_gradient did not compile with lazy-evaluated RealScalarGravatar Bernardo Bahia Monteiro2020-03-29
* Fix packetmath test build for AVX.Gravatar Rasmus Munk Larsen2020-03-27
* Fix bug in https://gitlab.com/libeigen/eigen/-/commit/52d54278beefee8b2f19dcc...Gravatar Rasmus Munk Larsen2020-03-27
* Fix bug in https://gitlab.com/libeigen/eigen/-/commit/52d54278beefee8b2f19dcc...Gravatar Rasmus Munk Larsen2020-03-27
* NEON: Fixed MSVC types definitionsGravatar Joel Holdsworth2020-03-26
* Additional NEON packet-math operationsGravatar Joel Holdsworth2020-03-26
* Adhere to recommended load/store intrinsics for pp64leGravatar Everton Constantino2020-03-23
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
* Fixing float32's pround halfway criteria to match STL's criteria.Gravatar Everton Constantino2020-03-21
* Fixed:Gravatar Alessio M2020-03-21
* Update VectorwiseOp.h to allow Plugins similar to MatrixBase.h or ArrayBase.hGravatar dlazenby2020-03-20
* Bug https://gitlab.com/libeigen/eigen/-/issues/1415: add missing EIGEN_DEVICE...Gravatar Masaki Murooka2020-03-20
* Remove reference to non-existent unary_op_base class.Gravatar Rasmus Munk Larsen2020-03-19
* Add missing arguments to numext::absdiff().Gravatar Rasmus Munk Larsen2020-03-19
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Reenabling packetmath unsigned tests, adding dummy pabs for relevant unsignedGravatar Everton Constantino2020-03-19
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Implement integer square-root for NEONGravatar Joel Holdsworth2020-03-19
* Update NullaryFunctors.hGravatar Allan Leal2020-03-16
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* NEON: Added int64_t and uint64_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int8_t and uint8_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int16_t and uint16_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added uint32_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Implemented half-size vectorsGravatar Joel Holdsworth2020-03-10
* NEON: Set packet_traits<double> flagsGravatar Joel Holdsworth2020-03-10
* test/packetmath: Add tests for all integer typesGravatar Joel Holdsworth2020-03-10
* test/packetmath: Made negate non-mandatoryGravatar Joel Holdsworth2020-03-10
* remove duplicate pset1 for half and add some comments about why we need expos...Gravatar Sami Kama2020-03-10
* Don't restrict CMAKE_BUILD_TYPEGravatar Ram-Z2020-02-28
* Update MarketIO.hGravatar Cédric Hubert2020-02-28
* Revert "avoid selecting half-packets when unnecessary"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZE"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "do not pick full-packet if it'd result in more operations"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "add some static checks for packet-picking logic"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Disable test in test/vectorization_logic.cpp, which is currently fail...Gravatar Rasmus Munk Larsen2020-02-25
* Disable test in test/vectorization_logic.cpp, which is currently failing with...Gravatar Rasmus Munk Larsen2020-02-24
* Include <sstream> explicitly, and don't rely on the implicit include via <com...Gravatar Tobias Bosch2020-02-24
* Avoid a division in NonBlockingThreadPool::Steal.Gravatar Ilya Tokar2020-02-14