aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/packetmath.cpp
Commit message (Expand)AuthorAge
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* 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
* 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
|\|
| * Generalize unit testing of pscatterGravatar Gael Guennebaud2014-07-09
* | Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
|\|
* | Created the pblend packet primitive and implemented it using SSE and AVX inst...Gravatar Benoit Steiner2014-06-06
| * Fixed unused variable warningsGravatar Christoph Hertzberg2014-05-05
|/
* pbroadcast4/2 assume aligned memoryGravatar Gael Guennebaud2014-04-25
* Add unit test for pbroadcast4/2Gravatar Gael Guennebaud2014-04-25
* Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
* add unit tests for ploadquad and predux4, and split packetmath unit test wrt ...Gravatar Gael Guennebaud2014-04-17
* Properly align the input data to prevent false failures of the packetmath.cpp...Gravatar Benoit Steiner2014-03-28
* Implemented the SSE version of the gather and scatter packet primitives.Gravatar Benoit Steiner2014-03-27
* Introduced pscatter/pgather packet primitives. They will be used to optimize ...Gravatar Benoit Steiner2014-03-27
* Created the ptranspose packet primitive that can transpose an array of N pack...Gravatar Benoit Steiner2014-03-26
* Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
* Extend the magnitude range of tested numbers in packet math unit testsGravatar Gael Guennebaud2013-06-13
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix missuse of unitialized values in unit testsGravatar Gael Guennebaud2013-04-10
* Add SSE4 min/max for integersGravatar Gael Guennebaud2013-03-20
* Fix SSE plog<float> to return -INF on 0Gravatar Gael Guennebaud2013-02-14
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06