aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_axpy.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/action_axpy.hh')
-rw-r--r--bench/btl/actions/action_axpy.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/btl/actions/action_axpy.hh b/bench/btl/actions/action_axpy.hh
index 50759f6f6..f127426db 100644
--- a/bench/btl/actions/action_axpy.hh
+++ b/bench/btl/actions/action_axpy.hh
@@ -96,9 +96,9 @@ public :
}
inline void calculate( void ) {
- asm("#mybegin axpy");
+ BTL_ASM_COMMENT("mybegin axpy");
Interface::axpy(_coef,X,Y,_size);
- asm("#myend axpy");
+ BTL_ASM_COMMENT("myend axpy");
}
void check_result( void ){