| Commit message (Expand) | Author | Age |
* | Fix compilation in non C++11 mode. | Gael Guennebaud | 2016-08-23 |
* | Add log1p support for CUDA and half floats | Igor Babuschkin | 2016-08-08 |
* | Made the packetmath test compile again. A better fix would be to move the spe... | Benoit Steiner | 2016-07-11 |
* | Disabled GCC6's ignored-attributes warning in packetmath unit test. | Gael Guennebaud | 2016-05-26 |
* | Silenced several double-promotion warnings | Christoph Hertzberg | 2016-05-22 |
* | Make EIGEN_HAS_C99_MATH user configurable | Gael Guennebaud | 2016-05-20 |
* | Extended the tests for ptanh | Benoit Steiner | 2016-05-10 |
* | Enable and fix -Wdouble-conversion warnings | Christoph Hertzberg | 2016-05-05 |
* | enable all tests again | Konstantinos Margaritis | 2016-04-05 |
* | actually include ZVector files, passes most basic tests (float still fails) | Konstantinos Margaritis | 2016-03-28 |
* | some primitives ported, but missing intrinsics and crash with asm() are a pro... | Konstantinos Margaritis | 2016-03-27 |
* | Added a regression test for tanh | Benoit Steiner | 2016-02-10 |
* | Merged in ebrevdo/eigen (pull request PR-148) | Gael Guennebaud | 2015-12-11 |
|\ |
|
| * | Fixed compilation error triggered by MSVC 2008 | Benoit Steiner | 2015-12-10 |
| * | Only implement the lgamma, erf, and erfc functions when using a compiler comp... | Benoit Steiner | 2015-12-10 |
* | | Workaround gcc issue with -O3 and the i387 FPU. | Gael Guennebaud | 2015-12-10 |
| * | Only disable the erf, erfc, and lgamma tests for older versions of c++. | Benoit Steiner | 2015-12-07 |
| * | Fixed a couple of typos | Benoit Steiner | 2015-12-07 |
| * | Add special functions to Eigen: lgamma, erf, erfc. | Eugene Brevdo | 2015-12-07 |
|/ |
|
* | Fix AVX round/ceil/floor, and fix respective unit test | Gael Guennebaud | 2015-11-04 |
* | Add round, ceil and floor for SSE4.1/AVX (Bug #70) | Alexandre Avenel | 2015-11-01 |
* | Fix packetmath unit test for pdiv not being always defined | Gael Guennebaud | 2015-10-13 |
* | Fix packetmath unit test for exp and log | Gael Guennebaud | 2015-09-02 |
* | merge | Gael Guennebaud | 2015-08-16 |
|\ |
|
| * | Protect further isnan/isfinite/isinf calls | Christoph Hertzberg | 2015-08-16 |
* | | Fix prototype of plset and generalize linspace functor. | Gael Guennebaud | 2015-08-07 |
|/ |
|
* | Many files were missing in previous changeset. | Gael Guennebaud | 2015-07-29 |
* | Moved some utilities to TensorMeta.h to make it easier to reuse them accross ... | Benoit Steiner | 2015-06-29 |
* | std::isnan is c++11 only | Gael Guennebaud | 2015-06-24 |
* | Added more checks to test the correctness of the pexp implementation | Benoit Steiner | 2015-06-23 |
* | Rename free functions isFinite, isInf, isNaN to be compatible with c++11 | Gael Guennebaud | 2015-06-10 |
* | Remove ambiguity with recent numext methods isNaN and isInf | Deanna Hood | 2015-03-17 |
* | Pulled the latest changes from the trunk | Benoit Steiner | 2015-02-06 |
|\ |
|
| * | Addendum to bug #859: pexp(NaN) for double did not return NaN, also, plog(NaN... | Christoph Hertzberg | 2014-10-20 |
| * | Fix bug #859: pexp(NaN) returned Inf instead of NaN | Gael Guennebaud | 2014-10-20 |
| * | Initial VSX commit | Konstantinos Margaritis | 2014-08-29 |
* | | Pulled in the latest changes from the Eigen trunk | Benoit Steiner | 2014-08-13 |
|\| |
|
| * | Generalize unit testing of pscatter | Gael Guennebaud | 2014-07-09 |
* | | Pulled latest updates from the Eigen main trunk. | Benoit Steiner | 2014-06-10 |
|\| |
|
* | | Created the pblend packet primitive and implemented it using SSE and AVX inst... | Benoit Steiner | 2014-06-06 |
| * | Fixed unused variable warnings | Christoph Hertzberg | 2014-05-05 |
|/ |
|
* | pbroadcast4/2 assume aligned memory | Gael Guennebaud | 2014-04-25 |
* | Add unit test for pbroadcast4/2 | Gael Guennebaud | 2014-04-25 |
* | Enable vectorization of pack_rhs with a column-major RHS. | Gael Guennebaud | 2014-04-25 |
* | add unit tests for ploadquad and predux4, and split packetmath unit test wrt ... | Gael Guennebaud | 2014-04-17 |
* | Properly align the input data to prevent false failures of the packetmath.cpp... | Benoit Steiner | 2014-03-28 |
* | Implemented the SSE version of the gather and scatter packet primitives. | Benoit Steiner | 2014-03-27 |
* | Introduced pscatter/pgather packet primitives. They will be used to optimize ... | Benoit Steiner | 2014-03-27 |
* | Created the ptranspose packet primitive that can transpose an array of N pack... | Benoit Steiner | 2014-03-26 |
* | Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool... | Benoit Steiner | 2014-02-18 |