aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/Default/Settings.h
Commit message (Collapse)AuthorAge
* bug #1615: slightly increase the default unrolling limit to compensate for ↵Gravatar Gael Guennebaud2018-12-13
| | | | | | | changeset 101ea26f5e18919972b321b5f7e3ef4e07be3fd6 . This solves a performance regression with clang and 3x3 matrix products.
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.Gravatar Jitse Niesen2011-02-04
| | | | | This macro is no longer used as of revision 0212eec23f4cb64e8426bf32568156df302f8fcf .
* forgot to remove a #endifGravatar Benoit Jacob2010-08-13
|
* fix determination of number of registers on sse:Gravatar Benoit Jacob2010-08-13
| | | | | | __i386__ was not defined by MSVC 2010. fixed as (2*sizeof(void*)). also move that to SSE/ and let the default for unknown arch's be just 8.
* email changeGravatar Gael Guennebaud2010-06-24
|
* Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
| | | | After validation of the final API I'll update the other products to use it.
* make the number of registers easier to configure per architecturesGravatar Gael Guennebaud2010-03-04
|
* factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
included after the architecture specific files such that they can be adapted by each platform.