aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/packetmath.cpp
Commit message (Expand)AuthorAge
* 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
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* update unit test for new APIGravatar Gael Guennebaud2010-07-15
* add a unit test for conj_helper and ei_pconjGravatar Gael Guennebaud2010-07-06
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
* improve packetmath unit test for sum reductionsGravatar Gael Guennebaud2010-07-05
* email changeGravatar Gael Guennebaud2010-06-24
* Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* add vectorization of sqrt for floatGravatar Gael Guennebaud2009-03-27
* add SSE2 versions of sin, cos, log, exp using code from JulienGravatar Gael Guennebaud2009-03-25
* add vectorization of unary operator-() (the AltiVec version is probablyGravatar Gael Guennebaud2009-03-20
* add the vectorization of absGravatar Gael Guennebaud2009-03-09
* big addons:Gravatar Gael Guennebaud2009-03-05
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* Add vectorization of Reverse (was more tricky than I thought) andGravatar Gael Guennebaud2009-02-06
* fix segfault due to non-aligned packetsGravatar Benoit Jacob2009-01-04