aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/libs/C
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-12 12:14:08 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-12 12:14:08 +0000
commit8233de8b69daf5d15daf3102b1788c833b56779c (patch)
tree384445270905affb270f249fd503d65466e5cb1c /bench/btl/libs/C
parentb7bd1b3446aafe2fa81b9cd3218d9fb902ba2bbc (diff)
various minor updates in the benchmark suite like non inlining
of some functions as well as the experimental C code used to design efficient eigen's matrix vector products.
Diffstat (limited to 'bench/btl/libs/C')
-rw-r--r--bench/btl/libs/C/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/btl/libs/C/CMakeLists.txt b/bench/btl/libs/C/CMakeLists.txt
index d3d2312d8..2bce21e8d 100644
--- a/bench/btl/libs/C/CMakeLists.txt
+++ b/bench/btl/libs/C/CMakeLists.txt
@@ -1,2 +1,3 @@
include_directories(${PROJECT_SOURCE_DIR}/libs/f77)
btl_add_bench(btl_C main.cpp)
+# set_target_properties(btl_C PROPERTIES COMPILE_FLAGS "-fpeel-loops") \ No newline at end of file