aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/Default
Commit message (Collapse)AuthorAge
* bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | install(DIRECTORY ...) command.
* 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.
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
|
* 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.