aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unalignedcount.cpp
Commit message (Collapse)AuthorAge
* Fix some unused or not initialized related warnings.Gravatar Gael Guennebaud2013-02-15
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* email changeGravatar Gael Guennebaud2010-06-24
|
* Add line to prevent compiler warning on unused variables.Gravatar Jitse Niesen2010-06-10
|
* Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
Add an internal pseudo expression allowing to optimize operators like +=, *= using the copyCoeff stuff. This allows to easily enforce aligned load for the destination matrix everywhere.