index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
arch
/
SSE
Commit message (
Expand
)
Author
Age
*
re-enable fast pset1-pstore by introducing a new higher level pstore1 function
Gael Guennebaud
2011-03-02
*
fix bug #203: revert to using _mm_set1_p[sd]
Benoit Jacob
2011-02-28
*
remove now-useless comments
Benoit Jacob
2011-02-27
*
fix bug #201: Clang too has intrinsics bugs preventing us to use custom unali...
Benoit Jacob
2011-02-27
*
bug #195 - fix this once and for all: just never use _mm_load_sd on gcc/i386,...
Benoit Jacob
2011-02-27
*
fix bug #195: fast unaligned load for integer using _mm_load_sd failed when t...
Benoit Jacob
2011-02-24
*
implement ploaddup for complex and SSE/NEON even though they are not used in ...
Gael Guennebaud
2011-02-23
*
fix a couple of issues with pcplxflip
Gael Guennebaud
2011-02-23
*
fix ICE and warning with gcc 4.2.4
Gael Guennebaud
2011-02-21
*
fix bug #186 (in 32 bits mode, gcc 4.3 messed up with pfirst for complex<float>)
Gael Guennebaud
2011-02-18
*
MSVC does not like using uninitialized SSE variables, so we have to pass all ...
Hauke Heibel
2011-02-12
*
implement optimized ploadu for MSVC10: this also fix bad code generation in g...
Gael Guennebaud
2011-02-12
*
The pfirst hack is needed also on msvc 2010 as it gets completely nuts, even ...
Benoit Jacob
2011-02-09
*
fix redundancy
Gael Guennebaud
2011-02-09
*
workaround gcc 4.2.1 ICE (fix bug #145)
Gael Guennebaud
2011-02-09
*
fix SSE3 issue (infinite loop after the ei_ => internal change) - this fix bu...
Gael Guennebaud
2011-02-03
*
fix some remainign issue with ei_ -> internal change
Gael Guennebaud
2010-11-16
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix ugly conversion from double[2] to complex
Gael Guennebaud
2010-08-19
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
fix determination of number of registers on sse:
Benoit Jacob
2010-08-13
*
Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42a
Benoit Jacob
2010-08-11
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
merge
Gael Guennebaud
2010-07-22
|
\
*
|
fix strict aliasing issue
Gael Guennebaud
2010-07-22
|
*
fix a strict aliasing issue with gcc 4.3
Gael Guennebaud
2010-07-20
|
/
*
* fix compilation of mixed scalar product
Gael Guennebaud
2010-07-19
*
* fix a couple of remaining issues with previous commit,
Gael Guennebaud
2010-07-19
*
* _mm_loaddup_pd is slow
Gael Guennebaud
2010-07-19
*
wip: extend the gebp kernel to optimize complex and mixed products
Gael Guennebaud
2010-07-19
*
optimize non fused MADD, and add a flatten attribute macro to enforce
Gael Guennebaud
2010-07-13
*
mixing types step 3:
Gael Guennebaud
2010-07-11
*
mixing types in product step 2:
Gael Guennebaud
2010-07-11
*
sync
Gael Guennebaud
2010-07-10
|
\
|
*
let ei_pset1 use _mm_loaddup_pd. Not a significant speed improvement, but als...
Benoit Jacob
2010-07-09
|
*
disable MSVC optimization when the underlying compiler is ICC
Gael Guennebaud
2010-07-09
*
|
fix a few weird issues with gcc 4.3 32bits and complex<float>
Gael Guennebaud
2010-07-09
*
|
scalars fitting in a single packet requires more work, step 1
Gael Guennebaud
2010-07-08
|
*
enabling aligned loads/store for complex<double> is much more tricky,
Gael Guennebaud
2010-07-07
*
|
an attempt to fix wrong unaligned store
Gael Guennebaud
2010-07-07
*
|
support for real * complex matrix product - step 1 (works for some special ca...
Gael Guennebaud
2010-07-07
|
/
*
optimized conjugate products for SSE3
Gael Guennebaud
2010-07-07
*
optimize for SSE3 => significant speed up !!
Gael Guennebaud
2010-07-07
*
optimize pmul for complex<double>
Gael Guennebaud
2010-07-07
*
cleanning
Gael Guennebaud
2010-07-07
*
s/IsVectorized/Vectorizable
Gael Guennebaud
2010-07-07
*
fix mixing types in DiagonalProduct
Gael Guennebaud
2010-07-07
*
* add a IsVectorized mechanism (instead of packet-size>1...)
Gael Guennebaud
2010-07-06
*
add support for vectorized conjugated products
Gael Guennebaud
2010-07-06
[next]