Botan
1.11.15
|
#include <botan/cpuid.h>
#include <botan/types.h>
#include <botan/get_byte.h>
#include <botan/mem_ops.h>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Defines | |
#define | CPUID_PRINT(flag) do { if(has_##flag()) o << #flag << " "; } while(0) |
#define CPUID_PRINT | ( | flag | ) | do { if(has_##flag()) o << #flag << " "; } while(0) |
Referenced by Botan::CPUID::print().