Added a control flow API

This commit is contained in:
Philippe Tillet
2015-02-03 15:20:33 -05:00
parent 939ce15b45
commit 3a296ae3b7
9 changed files with 114 additions and 166 deletions

View File

@@ -32,7 +32,7 @@ void bench(ad::numeric_type dtype)
times.clear();\
total_time = 0;\
OP;\
while(total_time < 5e-1){\
while(total_time < 1e-1){\
timer.start(); \
OP;\
times.push_back(timer.get());\