aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/packetmath.cpp
Commit message (Expand)AuthorAge
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* replace sizeof(Packet) with PacketSize else it breaks for ZVector.Packet4fGravatar Konstantinos Margaritis2016-11-17
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
| * Add pinsertfirst function and implement pinsertlast for complex on SSE/AVX.Gravatar Gael Guennebaud2016-11-02
| * Add a pinsertlast function replacing the last entry of a packet by a scalar.Gravatar Gael Guennebaud2016-10-25
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-10-12
|\|
* | Renamed predux_half into predux_downto4Gravatar Benoit Steiner2016-10-06
* | Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\ \
| | * Fix a bug in the implementation of Carmack's fast sqrt algorithm in Eigen (en...Gravatar Rasmus Munk Larsen2016-10-04
| |/
| * Add a note regarding gcc bug #72867Gravatar Gael Guennebaud2016-09-22
| * Fix compilation in non C++11 mode.Gravatar Gael Guennebaud2016-08-23
| * Add log1p support for CUDA and half floatsGravatar Igor Babuschkin2016-08-08
| * Made the packetmath test compile again. A better fix would be to move the spe...Gravatar Benoit Steiner2016-07-11
| * Disabled GCC6's ignored-attributes warning in packetmath unit test.Gravatar Gael Guennebaud2016-05-26
| * Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
| * Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
| * Extended the tests for ptanhGravatar Benoit Steiner2016-05-10
| * Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* | Extended the packetmath test to cover all the alignments made possible by avx...Gravatar Benoit Steiner2016-04-29
* | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\|
| * enable all tests againGravatar Konstantinos Margaritis2016-04-05
| * actually include ZVector files, passes most basic tests (float still fails)Gravatar Konstantinos Margaritis2016-03-28
| * some primitives ported, but missing intrinsics and crash with asm() are a pro...Gravatar Konstantinos Margaritis2016-03-27
| * Added a regression test for tanhGravatar Benoit Steiner2016-02-10
* | Updated the packetmath test to call predux_half instead of predux4Gravatar Benoit Steiner2016-02-01
| * Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
|/|
| * Fixed compilation error triggered by MSVC 2008Gravatar Benoit Steiner2015-12-10
| * Only implement the lgamma, erf, and erfc functions when using a compiler comp...Gravatar Benoit Steiner2015-12-10
* | Workaround gcc issue with -O3 and the i387 FPU.Gravatar Gael Guennebaud2015-12-10
| * Only disable the erf, erfc, and lgamma tests for older versions of c++.Gravatar Benoit Steiner2015-12-07
| * Fixed a couple of typosGravatar Benoit Steiner2015-12-07
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
|/
* Fix AVX round/ceil/floor, and fix respective unit testGravatar Gael Guennebaud2015-11-04
* Add round, ceil and floor for SSE4.1/AVX (Bug #70)Gravatar Alexandre Avenel2015-11-01
* Fix packetmath unit test for pdiv not being always definedGravatar Gael Guennebaud2015-10-13
* Fix packetmath unit test for exp and logGravatar Gael Guennebaud2015-09-02
* mergeGravatar Gael Guennebaud2015-08-16
|\
| * Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16
* | Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
|/
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
* std::isnan is c++11 onlyGravatar Gael Guennebaud2015-06-24
* Added more checks to test the correctness of the pexp implementationGravatar Benoit Steiner2015-06-23
* Rename free functions isFinite, isInf, isNaN to be compatible with c++11Gravatar Gael Guennebaud2015-06-10
* Remove ambiguity with recent numext methods isNaN and isInfGravatar Deanna Hood2015-03-17
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
| * Addendum to bug #859: pexp(NaN) for double did not return NaN, also, plog(NaN...Gravatar Christoph Hertzberg2014-10-20
| * Fix bug #859: pexp(NaN) returned Inf instead of NaNGravatar Gael Guennebaud2014-10-20
| * Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
* | Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
|\|