aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/SSE
Commit message (Expand)AuthorAge
* Added an optimized version of rsqrt for SSE and AVX that is used when EIGEN_F...Gravatar Benoit Steiner2015-03-02
* Switch to truncated casting when converting floating point types to integer. ...Gravatar Benoit Steiner2015-02-27
* Added support for vectorized type casting of tensorsGravatar Benoit Steiner2015-02-27
* Added support for fast reciprocal square root computation.Gravatar Benoit Steiner2015-02-26
* bug #955 - Implement a rotating kernel alternative in the 3px4 gebp pathGravatar Benoit Jacob2015-02-18
* Remove some dead stores.Gravatar Gael Guennebaud2015-02-18
* Disable __m128* wrappers when compiling with AVX and -fabi-version=4Gravatar Gael Guennebaud2015-02-17
* Fix compilation with GCC/AVX (workaround __m128 and __m256 being the same typ...Gravatar Gael Guennebaud2015-02-17
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
|\
* | FMA has been wrongly disabledGravatar Gael Guennebaud2015-02-10
| * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| |\ | |/ |/|
* | bug #936, patch 2/3: Remove EIGEN_VECTORIZE_FMA, was redundant with EIGEN_HAS...Gravatar Benoit Jacob2015-01-30
* | bug #936, patch 1.5/3: rename _FUSED_ macros to _SINGLE_INSTRUCTION_,Gravatar Benoit Jacob2015-01-31
* | Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* | Addendum to bug #859: pexp(NaN) for double did not return NaN, also, plog(NaN...Gravatar Christoph Hertzberg2014-10-20
* | Fix bug #859: pexp(NaN) returned Inf instead of NaNGravatar Gael Guennebaud2014-10-20
| * Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
| |\ | |/ |/|
* | Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * Created the pblend packet primitive and implemented it using SSE and AVX inst...Gravatar Benoit Steiner2014-06-06
|/
* Make sure that calls to broadcast4 are 16 bytes alignedGravatar Gael Guennebaud2014-04-25
* Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
* Enable fused madd for AltivecGravatar Gael Guennebaud2014-04-24
* Workaround gcc's default ABI not being able to distinghish between vector typ...Gravatar Gael Guennebaud2014-04-22
* New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee...Gravatar Gael Guennebaud2014-04-16
* Optimized SSE unaligned loads and stores when compiling a 64bit target with a...Gravatar Benoit Steiner2014-04-14
* Workaround alignment warningsGravatar Gael Guennebaud2014-03-30
* Add a mechanism to recursively access to half-size packet typesGravatar Gael Guennebaud2014-03-28
* Implemented the SSE version of the gather and scatter packet primitives.Gravatar Benoit Steiner2014-03-27
* Implement pcplflip, palign, predux and the likes from AVC/complexesGravatar Gael Guennebaud2014-03-27
* Created the ptranspose packet primitive that can transpose an array of N pack...Gravatar Benoit Steiner2014-03-26
* Merged latest updates from the parent branchGravatar Benoit Steiner2014-03-26
|\
| * Implement new 1 packet x 8 gebp kernelGravatar Gael Guennebaud2014-03-26
| * add pbroadcast2/4 generic intrinsicsGravatar Gael Guennebaud2014-03-26
* | Added support for FMA instructionsGravatar Benoit Steiner2014-02-24
* | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
| * Revert previous change and introduce a new workaround regarding gcc generatin...Gravatar Gael Guennebaud2014-03-20
| * Makes gcc to generate a pshufd instruction for pset1Gravatar Gael Guennebaud2014-03-20
|/
* Remove useless register keyword, and optimize predux_min/max for SSE4Gravatar Gael Guennebaud2014-01-25
* fix a few "dead stores" warningsGravatar Gael Guennebaud2013-10-26
* typoGravatar Gael Guennebaud2013-08-19
* Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really saf...Gravatar Gael Guennebaud2013-08-19
* Make psqrt works with numeric_limits<float>::minGravatar Gael Guennebaud2013-06-14
* Fix bug #613: psqrt was incorrect for small numbersGravatar Jeff Dean2013-06-13
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Add missing pconj specializationsGravatar Gael Guennebaud2013-05-17
* Add SSE4 min/max for integersGravatar Gael Guennebaud2013-03-20
* Fix SSE plog<float> to return -INF on 0Gravatar Gael Guennebaud2013-02-14
* Suppress annoying "may be used uninitialized in this function" warning with g...Gravatar Gael Guennebaud2013-01-24
* fix warningGravatar Gael Guennebaud2012-08-01