Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/cpuid.h>
#include <botan/types.h>
#include <botan/exceptn.h>
#include <botan/parsing.h>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Macros | |
#define | CPUID_PRINT(flag) do { if(has_##flag()) { flags.push_back(#flag); } } while(0) |
#define CPUID_PRINT | ( | flag | ) | do { if(has_##flag()) { flags.push_back(#flag); } } while(0) |