aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_atv_product.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/action_atv_product.hh')
-rw-r--r--bench/btl/actions/action_atv_product.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/bench/btl/actions/action_atv_product.hh b/bench/btl/actions/action_atv_product.hh
index 9041885fc..b46bb6de8 100644
--- a/bench/btl/actions/action_atv_product.hh
+++ b/bench/btl/actions/action_atv_product.hh
@@ -85,8 +85,10 @@ public :
Interface::copy_vector(X_ref,X,_size);
}
- inline void calculate( void ) {
- Interface::atv_product(A,B,X,_size);
+ BTL_DONT_INLINE void calculate( void ) {
+ asm("#begin atv");
+ Interface::atv_product(A,B,X,_size);
+ asm("#end atv");
}
void check_result( void )