aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Various minor fixes in BTLGravatar Gael Guennebaud2014-04-17
* Optimize AVX pset1 for complexes and ploaddupGravatar Gael Guennebaud2014-04-17
* Reduce block sizes in unit tests.Gravatar Gael Guennebaud2014-04-17
* add unit tests for ploadquad and predux4, and split packetmath unit test wrt ...Gravatar Gael Guennebaud2014-04-17
* Extend mixingtype unit test to check transposed cases.Gravatar Gael Guennebaud2014-04-17
* Fix and optimize mixed productsGravatar Gael Guennebaud2014-04-17
* Optimize ploaddup for AVXGravatar Gael Guennebaud2014-04-17
* Fallback to lazy products for very small ones.Gravatar Gael Guennebaud2014-04-16
* Enable alloca on MAC OSXGravatar Gael Guennebaud2014-04-16
* 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
* Updated the geo_parametrizedline_2 test for AVX.Gravatar Benoit Steiner2014-04-04
* Deleted some dead code.Gravatar Benoit Steiner2014-04-04
* Pulled the latest updates from the eigen trunk.Gravatar Benoit Steiner2014-04-01
|\
| * Make some actual verifications inside the autodiff unit testGravatar Christoph Hertzberg2014-04-01
| * Fixed typo: symmretric -> symmetricGravatar Florian George2014-04-01
| * Fix lapack buildGravatar Gael Guennebaud2014-04-01
| * bug #775: propagate generator when workingaround cmake bug #9220Gravatar Gael Guennebaud2014-04-01
| * Fix bug #776: it seems that mingw does not support weak linkingGravatar Gael Guennebaud2014-04-01
| * Rename the vector() factories defined in blas/common.h into make_vector() to ...Gravatar Benoit Steiner2014-04-01
| * Fix no newline at end of file warningGravatar Gael Guennebaud2014-04-01
* | BTL: add blazeGravatar Gael Guennebaud2014-03-31
* | BTL: fix warnings and extend to 5k matrices, update GotoBlas to OpenBlas, etc.Gravatar Gael Guennebaud2014-03-31
* | Finally, prefetching seems to help getting more stable performanceGravatar Gael Guennebaud2014-03-31
* | Enable repetition in mixing type unit testGravatar Gael Guennebaud2014-03-31
* | Workaround alignment warningsGravatar Gael Guennebaud2014-03-30
* | Optimize gebp kernel:Gravatar Gael Guennebaud2014-03-30
* | Vectorized the loop peeling of the inner loop of the block-panel matrix multi...Gravatar Benoit Steiner2014-03-28
* | Properly align the input data to prevent false failures of the packetmath.cpp...Gravatar Benoit Steiner2014-03-28
* | Add a mechanism to recursively access to half-size packet typesGravatar Gael Guennebaud2014-03-28
* | merge with default branchGravatar Gael Guennebaud2014-03-28
|\|
* | Enable vectorization of gemv for PacketSize>4 through unaligned loads (still ...Gravatar Gael Guennebaud2014-03-28
* | Merged latest changes from parent.Gravatar Benoit Steiner2014-03-27
|\ \
* | | Implemented the SSE version of the gather and scatter packet primitives.Gravatar Benoit Steiner2014-03-27
* | | Implemented the AVX version of the gather and scatter packet primitives.Gravatar Benoit Steiner2014-03-27
* | | Introduced pscatter/pgather packet primitives. They will be used to optimize ...Gravatar Benoit Steiner2014-03-27
| * | enforce the use of vfmadd231ps for pmadd (gcc and clang stupidely generates t...Gravatar Gael Guennebaud2014-03-27
|/ /
* | Fixed compilation error when FMA instructions are enabled.Gravatar Benoit Steiner2014-03-27
* | Silenced "unused variable" warnings when compiling with FMA.Gravatar Benoit Steiner2014-03-27
* | Vectorized the packing of a col-major matrix used as the right hand side argu...Gravatar Benoit Steiner2014-03-27
* | Vectorized the packing of a row-major matrix used as the left hand side argum...Gravatar Benoit Steiner2014-03-27
* | Implemented the AVX version of the ptranspose packet primitive.Gravatar Benoit Steiner2014-03-27
* | Change abi version when enabling AVX with GCCGravatar Gael Guennebaud2014-03-27
* | Fix geo_* unit tests with respect to AVXGravatar Gael Guennebaud2014-03-27
* | Implement pcplflip, palign, predux and the likes from AVC/complexesGravatar Gael Guennebaud2014-03-27
| * Fix warningGravatar Gael Guennebaud2014-03-27
| * Merged in infinitei/eigen (pull request PR-50)Gravatar Jitse Niesen2014-03-27
| |\
| * | immintrin.h did not come until intel version 11Gravatar Mark Borgerding2014-03-26
* | | Created the ptranspose packet primitive that can transpose an array of N pack...Gravatar Benoit Steiner2014-03-26
| | * Fixed compilation error due to obsolete internal::abs and internal::sqrt func...Gravatar Abhijit Kundu2014-03-26
| |/