aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AltiVec
Commit message (Expand)AuthorAge
* Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
* (proper commit this time)Gravatar Konstantinos Margaritis2010-04-24
* Backed out changeset 6972c140f737874d88da0e225c7c27b4563a4518Gravatar Konstantinos Margaritis2010-04-24
* replaced _mm_prefetch in GeneralBlockPanelKernel.h, with ei_prefetch() inline...Gravatar oem2010-04-24
* fix copy pasted commentGravatar Gael Guennebaud2010-03-05
* Altivec brought up to date. Most tests pass and performance is better than be...Gravatar Konstantinos Margaritis2010-03-05
* Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
* 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 SSE2 versions of sin, cos, log, exp using code from JulienGravatar Gael Guennebaud2009-03-25
* ei_pnegate implemented for AltiVecGravatar Konstantinos A. Margaritis2009-03-20
* add vectorization of unary operator-() (the AltiVec version is probablyGravatar Gael Guennebaud2009-03-20
* add the vectorization of absGravatar Gael Guennebaud2009-03-09
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* no reason for 3 vec_mins, 2 are enough apparently in ei_predux_minGravatar Konstantinos A. Margaritis2009-02-12
* modified ei_predux_min/max to actually use altivec instructionsGravatar Konstantinos A. Margaritis2009-02-12
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* add ei_predux_mul for AltiVecGravatar Gael Guennebaud2009-02-10
* fixed preserve_mask definition for AltiVec (needed __vector keyword)Gravatar Konstantinos A. Margaritis2009-02-08
* add bench_reverse, draft of a reverse vectorization for AltiVec, makeGravatar Gael Guennebaud2009-02-06
* Missing inline keywords in AltiVec/PacketMath were making Avogadro failGravatar Benoit Jacob2008-08-27
* remove double ;Gravatar Benoit Jacob2008-08-27
* replace vector by __vector to prevent conflict with std::vectorGravatar Benoit Jacob2008-08-26
* * patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdivGravatar Gael Guennebaud2008-08-25
* patch from Konstantinos Margaritis: Altivec vectorization is resurrected !Gravatar Gael Guennebaud2008-08-22
* * fix bug found by Boudewijn Rempt: no CMakeLists in arch/ subdirGravatar Benoit Jacob2008-08-19
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* * add ei_pdiv intrinsic, make quotient functor vectorizableGravatar Benoit Jacob2008-06-23
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* move arch-specific code to arch/SSE and arch/AltiVec subdirs.Gravatar Benoit Jacob2008-05-12