diff options
author | Gael Guennebaud <g.gael@free.fr> | 2008-06-19 17:33:57 +0000 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2008-06-19 17:33:57 +0000 |
commit | 82c3cea1d5f940288359ff1120ae58531f6cd375 (patch) | |
tree | 1f0a22e329d17d5a4e0451c718726cbe8076b827 /bench | |
parent | 5dbfed190264dd39afa9d97f2bb9a1fc18e85e94 (diff) |
* refactoring of Product:
* use ProductReturnType<>::Type to get the correct Product xpr type
* Product is no longer instanciated for xpr types which are evaluated
* vectorization of "a.transpose() * b" for the normal product (small and fixed-size matrix)
* some cleanning
* removed ArrayBase
Diffstat (limited to 'bench')
-rw-r--r-- | bench/basicbenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/basicbenchmark.cpp b/bench/basicbenchmark.cpp index c44ed4514..25101270e 100644 --- a/bench/basicbenchmark.cpp +++ b/bench/basicbenchmark.cpp @@ -4,7 +4,7 @@ int main(int argc, char *argv[]) { - // disbale floating point exceptions + // disable floating point exceptions // this leads to more stable bench results // (this is done by default by ICC) #ifndef __INTEL_COMPILER |