aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* (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
* ei_psqrt fix for zero inputGravatar Hauke Heibel2010-04-01
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
* Reintroduced the if-clause for MSVC ei_ploadu via _loadu_.Gravatar Hauke Heibel2010-03-07
* 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
* mergeGravatar Gael Guennebaud2010-03-04
|\
| * make the number of registers easier to configure per architecturesGravatar Gael Guennebaud2010-03-04
* | merge with default branchGravatar Gael Guennebaud2010-03-04
|\|
| * add a minor FIXMEGravatar Gael Guennebaud2010-03-04
| * factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
| * Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
| * Provide "eigen" defines to decide which instruction set is usedGravatar Thomas Capricelli2010-02-24
* | significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
|/
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* Fixed conservativeResize.Gravatar Hauke Heibel2010-01-11
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
| * * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
| * Suppressed the warning for missing assignment generators (forgot that in the ...Gravatar Hauke Heibel2009-12-15
| * add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
* | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
|/
* * mergeGravatar Benoit Jacob2009-11-09
|\
| * Let's try to stick to the original code, thus activate the fix of #62 only fo...Gravatar Hauke Heibel2009-11-04
| * Direct access of the packet structs fixes bug #62 and doe not seem toGravatar Hauke Heibel2009-11-04
|/
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* clean the commented asm instructions because now I'm sureGravatar Gael Guennebaud2009-09-17
* fix #53: performance regression, hopefully I did not resurected anotherGravatar Gael Guennebaud2009-09-17
* make custom asm directive volatileGravatar Gael Guennebaud2009-08-09
* * implement a second level of micro blocking (faster for small sizes)Gravatar Gael Guennebaud2009-08-07
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* only disable the inline ASM if we're NEITHER gcc nor icc. right ??Gravatar Benoit Jacob2009-06-26
* re-enable the fast unaligned loads for gcc and icc using inline assemblyGravatar Gael Guennebaud2009-06-24
* use the slower unaligned load intrinsics in ei_ploadu because GCC mess up wit...Gravatar Gael Guennebaud2009-06-23
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* * compilation fixes for gcc 3.3Gravatar Gael Guennebaud2009-05-06
* fix warnings with unused static functionsGravatar Benoit Jacob2009-05-04
* make the ei_p* math functions overloads instead of templateGravatar Gael Guennebaud2009-04-22
* more patches from Hauke Heibel: compilation/warning fixes from VC++Gravatar Benoit Jacob2009-04-09
* relicence Julien Pommier's SSE code to Eigen's licensesGravatar Gael Guennebaud2009-04-09
* * fix the binary bloat issue, Rohit's idea was the good oneGravatar Benoit Jacob2009-04-06
* add vectorization of sqrt for floatGravatar Gael Guennebaud2009-03-27
* for some reason passing the argument by const reference killed the perfGravatar Gael Guennebaud2009-03-25
* 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
* slight optimization of SSE base integer mul (thanks to Rohit Garg)Gravatar Gael Guennebaud2009-03-08
* add much faster versions of unaligned stores (and slightly fasterGravatar Gael Guennebaud2009-03-03