aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/packetmath.cpp
Commit message (Expand)AuthorAge
* Updated the packetmath test to call predux_half instead of predux4Gravatar Benoit Steiner2016-02-01
* Workaround gcc issue with -O3 and the i387 FPU.Gravatar Gael Guennebaud2015-12-10
* 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
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* add unit test for plsetGravatar Gael Guennebaud2011-05-18
* extend testing of ploaddupGravatar Gael Guennebaud2011-02-24
* improve packetmath unit testGravatar Gael Guennebaud2011-02-23
* implement ploaddup for altivec and add respective unit testGravatar Gael Guennebaud2011-02-23
* fix overflow in packetmath unit testGravatar Gael Guennebaud2011-02-23
* add unit test for pcplxflipGravatar Gael Guennebaud2011-02-23
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25