| Commit message (Expand) | Author | Age |
* | Added support for expm1 in Eigen. | Srinivas Vasudevan | 2016-12-02 |
* | replace sizeof(Packet) with PacketSize else it breaks for ZVector.Packet4f | Konstantinos Margaritis | 2016-11-17 |
* | Merged eigen/eigen into default | Benoit Steiner | 2016-11-03 |
|\ |
|
| * | Add pinsertfirst function and implement pinsertlast for complex on SSE/AVX. | Gael Guennebaud | 2016-11-02 |
| * | Add a pinsertlast function replacing the last entry of a packet by a scalar. | Gael Guennebaud | 2016-10-25 |
* | | Merged eigen/eigen into default | Benoit Steiner | 2016-10-12 |
|\| |
|
* | | Renamed predux_half into predux_downto4 | Benoit Steiner | 2016-10-06 |
* | | Merged latest updates from trunk | Benoit Steiner | 2016-10-05 |
|\ \ |
|
| | * | Fix a bug in the implementation of Carmack's fast sqrt algorithm in Eigen (en... | Rasmus Munk Larsen | 2016-10-04 |
| |/ |
|
| * | Add a note regarding gcc bug #72867 | Gael Guennebaud | 2016-09-22 |
| * | 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 |
* | | Extended the packetmath test to cover all the alignments made possible by avx... | Benoit Steiner | 2016-04-29 |
* | | Pull latest updates from upstream | Benoit Steiner | 2016-04-11 |
|\| |
|
| * | 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 |
* | | Updated the packetmath test to call predux_half instead of predux4 | Benoit Steiner | 2016-02-01 |
| * | 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 |
|\| |
|