SUNphi
1.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
OptimizationDiagnostic.hpp
Go to the documentation of this file.
1
#
ifndef
_OPTIMIZATION_DIAGNOSTIC_HPP
2
#
define
_OPTIMIZATION_DIAGNOSTIC_HPP
3
4
/// \file OptimizationDiagnostic.hpp
5
///
6
/// \brief Useful diagnostic to follow optimization
7
8
/// Include a comment in the assembler, recognizable in the compilation
9
#
define
ASM_BOOKMARK
(
COMMENT
)
10
asm
(
"#Bookmark "
__FILE__
" "
COMMENT
)
11
12
#
endif
include
debug
OptimizationDiagnostic.hpp
Generated by
1.8.11