aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/packetmath.cpp
Commit message (Expand)AuthorAge
* 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
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* bugfix in test/packetmath.hGravatar Gael Guennebaud2008-08-25
* temporary fix of the pèrevious commitGravatar Gael Guennebaud2008-08-24
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* disable the vectorization of div for AltiVecGravatar Gael Guennebaud2008-08-21
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20