#include <GaudiKernel/System.h>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 14 of file instructionsetLevel.cpp.
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 int instructionsetLevel()
Instruction Set "Level".