aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_axpby.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/action_axpby.hh')
-rw-r--r--bench/btl/actions/action_axpby.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/btl/actions/action_axpby.hh b/bench/btl/actions/action_axpby.hh
index 7a4f158c1..705447a21 100644
--- a/bench/btl/actions/action_axpby.hh
+++ b/bench/btl/actions/action_axpby.hh
@@ -85,7 +85,9 @@ public :
}
inline void calculate( void ) {
+ asm("#mybegin axpby");
Interface::axpby(_alpha,X,_beta,Y,_size);
+ asm("#myend axpby");
}
void check_result( void ){