From ea41a18b80150baea3c9879d5b94930524f8d276 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 9 Apr 2009 21:29:31 +0000 Subject: clean asm comments --- unsupported/test/autodiff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/test/autodiff.cpp') diff --git a/unsupported/test/autodiff.cpp b/unsupported/test/autodiff.cpp index 7d619897c..71ae4cdc4 100644 --- a/unsupported/test/autodiff.cpp +++ b/unsupported/test/autodiff.cpp @@ -29,10 +29,10 @@ template EIGEN_DONT_INLINE Scalar foo(const Scalar& x, const Scalar& y) { // return x+std::sin(y); - asm("#mybegin"); + EIGEN_ASM_COMMENT("mybegin"); return x*2 - std::pow(x,2) + 2*std::sqrt(y*y) - 4 * std::sin(x) + 2 * std::cos(y) - std::exp(-0.5*x*x); // return y/x;// - y*2; - asm("#myend"); + EIGEN_ASM_COMMENT("myend"); } template -- cgit v1.2.3