aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Block transposeInPlace() when the matrix is real and square. This yields a la...Gravatar Rasmus Munk Larsen2020-04-28
* Add support to vector instructions to Packet16uc and Packet16cGravatar Pedro Caldeira2020-04-27
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* BooleanRedux.h: Add more EIGEN_DEVICE_FUNC qualifiers.Gravatar René Wagner2020-04-23
* Add async evaluation support to TensorSlicingOp.Gravatar Eugene Zhulenev2020-04-22
* Add Packet8s and Packet8us to support signed/unsigned int16/short Altivec vec...Gravatar Pedro Caldeira2020-04-21
* Fix bug in ptrue for Packet16b.Gravatar Rasmus Munk Larsen2020-04-20
* Add partial vectorization for matrices and tensors of bool. This speeds up bo...Gravatar Rasmus Munk Larsen2020-04-20
* Update PreprocessorDirectives.dox - Added line for the new VectorwiseOp plugi...Gravatar dlazenby2020-04-17
* 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