Cipherpack v1.2.0-dirty
A Cryprographic Stream Processor
|
Static Public Member Functions | |
static bool | has_simd_32 () |
static std::string | to_string () |
Return a possibly empty string containing list of known CPU extensions. More... | |
Definition at line 38 of file crypto0.cpp.
|
static |
|
static |
Return a possibly empty string containing list of known CPU extensions.
Each name will be seperated by a space, and the ordering will be arbitrary. This list only contains values that are useful to Botan (for example FMA instructions are not checked).
Example outputs "sse2 ssse3 rdtsc", "neon arm_aes", "altivec"