aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchmark.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-06-16 10:49:44 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-06-16 10:49:44 +0000
commitc905b31b42cd8b5341bf8807d3143d1e45d5dacc (patch)
treec1102fa8e8cf0d583ad4efdc1b46fea1122b9a77 /bench/benchmark.cpp
parentbc0c7c57edd8b4022deeb6d30edf202c2e8609b4 (diff)
* Big rework of Assign.h:
** Much better organization ** Fix a few bugs ** Add the ability to unroll only the inner loop ** Add an unrolled path to the Like1D vectorization. Not well tested. ** Add placeholder for sliced vectorization. Unimplemented. * Rework of corrected_flags: ** improve rules determining vectorizability ** for vectors, the storage-order is indifferent, so we tweak it to allow vectorization of row-vectors. * fix compilation in benchmark, and a warning in Transpose.
Diffstat (limited to 'bench/benchmark.cpp')
-rw-r--r--bench/benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/benchmark.cpp b/bench/benchmark.cpp
index abdfbd55a..b48b21d68 100644
--- a/bench/benchmark.cpp
+++ b/bench/benchmark.cpp
@@ -1,5 +1,5 @@
// g++ -O3 -DNDEBUG -DMATSIZE=<x> benchmark.cpp -o benchmark && time ./benchmark
-#include <Eigen/Core>
+#include <Eigen/Array>
#ifndef MATSIZE
#define MATSIZE 3