aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Allow implicit conversion from bfloat16 to float and doubleGravatar Niels Dekker2020-07-11
* Guard operator<< test by EIGEN_NO_IO.Gravatar Rasmus Munk Larsen2020-07-09
* Add operator<< to print a quaternion.Gravatar Rasmus Munk Larsen2020-07-09
* Fix test basic stuffGravatar David Tellenbach2020-07-09
* Change the sign operator in Eigen to return NaN for NaN arguments, not zero.Gravatar Rasmus Munk Larsen2020-07-07
* Make test packetmath C++98 compliantGravatar David Tellenbach2020-07-01
* Delete duplicate test cases in vectorization_logic.cppGravatar Kan Chen2020-07-01
* Fix tensor casts for large packets and casts to/from std::complexGravatar Antonio Sanchez2020-06-30
* Fix denormal check pre c++11.Gravatar Antonio Sanchez2020-06-30
* Report custom C++ flags in CMake testing summaryGravatar David Tellenbach2020-06-30
* Fix packetmath_1 float tests for arm/aarch64.Gravatar Antonio Sanchez2020-06-24
* Added missing NEON pcasts, update packetmath tests.Gravatar Antonio Sanchez2020-06-21
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Fix #1911: add benchmark for move semantics with fixed-size matrixGravatar Sebastien Boisvert2020-06-11
* Remove HasCast and fix packetmath cast tests.Gravatar Antonio Sanchez2020-06-11
* Fix #1757: remove the word 'suicide'Gravatar Sebastien Boisvert2020-06-11
* Fix broken packetmath test for logistic on Arm.Gravatar Rasmus Munk Larsen2020-06-04
* Bug #1777: make the scalar and packet path consistent for the logistic functi...Gravatar Gael Guennebaud2020-05-31
* Save one extra temporary when assigning a sparse product to a row-major spars...Gravatar Gael Guennebaud2020-05-30
* Guard usage of decltype since it's a C++11 featureGravatar David Tellenbach2020-05-20
* Add guard around specialization for bool, which is only currently implemented...Gravatar Rasmus Munk Larsen2020-05-19
* - Vectorizing MMA packing.Gravatar Everton Constantino2020-05-19
* Add missing packet ops for bool, and make it pass the same packet op unit tes...Gravatar Rasmus Munk Larsen2020-05-14
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
* Indexed view should have RowMajorBit when there is staticly a single rowGravatar Christopher Moore2020-05-14
* Resolve "IndexedView of a vector should allow linear access"Gravatar Christopher Moore2020-05-13
* Remove packet ops pinsertfirst and pinsertlast that are only used in a single...Gravatar Rasmus Munk Larsen2020-05-08
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07
* Make size odd for transposeInPlace test to make sure we hit the scalar path.Gravatar Rasmus Munk Larsen2020-05-07
* 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
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* Add partial vectorization for matrices and tensors of bool. This speeds up bo...Gravatar Rasmus Munk Larsen2020-04-20
* CommaInitializer wrongfully asserted for 0-sized blocksGravatar Christoph Hertzberg2020-04-13
* Replace norm() with squaredNorm() to address integer overflowsGravatar Antonio Sanchez2020-04-07
* 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
* Additional NEON packet-math operationsGravatar Joel Holdsworth2020-03-26
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Implement integer square-root for NEONGravatar Joel Holdsworth2020-03-19
* test/packetmath: Add tests for all integer typesGravatar Joel Holdsworth2020-03-10
* test/packetmath: Made negate non-mandatoryGravatar Joel Holdsworth2020-03-10
* 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
* add some static checks for packet-picking logicGravatar Francesco Mazzoli2020-02-07
* Removing executable bit from file modeGravatar Christoph Hertzberg2020-01-11
* Bug #1790: Make `areApprox` check `numext::isnan` instead of bitwise equality...Gravatar Christoph Hertzberg2020-01-11
* Added special_packetmath test and tweaked bounds on tests.Gravatar Srinivas Vasudevan2020-01-11