aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/SSE/PacketMath.h
Commit message (Expand)AuthorAge
...
* re-enable fast pset1-pstore by introducing a new higher level pstore1 functionGravatar Gael Guennebaud2011-03-02
* fix bug #203: revert to using _mm_set1_p[sd]Gravatar Benoit Jacob2011-02-28
* remove now-useless commentsGravatar Benoit Jacob2011-02-27
* fix bug #201: Clang too has intrinsics bugs preventing us to use custom unali...Gravatar Benoit Jacob2011-02-27
* bug #195 - fix this once and for all: just never use _mm_load_sd on gcc/i386,...Gravatar Benoit Jacob2011-02-27
* fix bug #195: fast unaligned load for integer using _mm_load_sd failed when t...Gravatar Benoit Jacob2011-02-24
* MSVC does not like using uninitialized SSE variables, so we have to pass all ...Gravatar Hauke Heibel2011-02-12
* implement optimized ploadu for MSVC10: this also fix bad code generation in g...Gravatar Gael Guennebaud2011-02-12
* The pfirst hack is needed also on msvc 2010 as it gets completely nuts, even ...Gravatar Benoit Jacob2011-02-09
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix determination of number of registers on sse:Gravatar Benoit Jacob2010-08-13
* * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
* * _mm_loaddup_pd is slowGravatar Gael Guennebaud2010-07-19
* wip: extend the gebp kernel to optimize complex and mixed productsGravatar Gael Guennebaud2010-07-19
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* syncGravatar Gael Guennebaud2010-07-10
|\
| * let ei_pset1 use _mm_loaddup_pd. Not a significant speed improvement, but als...Gravatar Benoit Jacob2010-07-09
| * disable MSVC optimization when the underlying compiler is ICCGravatar Gael Guennebaud2010-07-09
* | scalars fitting in a single packet requires more work, step 1Gravatar Gael Guennebaud2010-07-08
|/
* optimize pmul for complex<double>Gravatar Gael Guennebaud2010-07-07
* s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
* fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...Gravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* (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
* Reintroduced the if-clause for MSVC ei_ploadu via _loadu_.Gravatar Hauke Heibel2010-03-07
* merge with default branchGravatar Gael Guennebaud2010-03-04
|\
| * 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
| * 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