From 82c3cea1d5f940288359ff1120ae58531f6cd375 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 19 Jun 2008 17:33:57 +0000 Subject: * 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 --- bench/basicbenchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/basicbenchmark.cpp') 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 -- cgit v1.2.3