8 #include <GaudiKernel/System.h>
18 std::vector<std::string> sets{
33 if (level < sets.size())
35 std::cout << sets[
i] << std::endl;
38 std::cout <<
"unknown instruction set level: " << level << std::endl;
41 }
else if ((argc == 2) && (std::string{
"all"} == std::string{argv[1]})) {
43 std::cout <<
s << std::endl;
45 std::cout <<
"Error: wrong arguments\nUsage:\n\t" << argv[0] <<
" [all]"
GAUDI_API long argc()
Number of arguments passed to the commandline (==numCmdLineArgs()); just to match argv call...
GAUDI_API int instructionsetLevel()
Instruction Set "Level".
int main(int argc, char *argv[])