aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/LookupBlockingSizesTable.h
Commit message (Expand)AuthorAge
* Only use blocking sizes LUTs for single-thread products for nowGravatar Benoit Jacob2015-03-31
* use unsigned short instead of uint16_t which doesn't exist in c++98Gravatar Benoit Jacob2015-03-17
* fix bug in maxsize calculation, which would cause products of size > 2048 to ...Gravatar Benoit Jacob2015-03-16
* fix compilation with GCC 4.8Gravatar Benoit Jacob2015-03-16
* Refactor computeProductBlockingSizes to make room for the possibility of usin...Gravatar Benoit Jacob2015-03-15