Cipherpack v1.3.0-3-ga29431a
A Cryprographic Stream Processor
Loading...
Searching...
No Matches
Botan::CPUID Class Referencefinal
Collaboration diagram for Botan::CPUID:

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.
 

Detailed Description

Definition at line 38 of file crypto0.cpp.

Member Function Documentation

◆ has_simd_32()

static bool Botan::CPUID::has_simd_32 ( )
static
Here is the caller graph for this function:

◆ to_string()

static std::string Botan::CPUID::to_string ( )
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"

Here is the caller graph for this function:

The documentation for this class was generated from the following file: