![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
#include "instrset.h"
Go to the source code of this file.
Functions | |
int | instrset_detect (void) |
bool | hasFMA3 (void) |
bool | hasFMA4 (void) |
bool | hasXOP (void) |
bool | hasF16C (void) |
bool | hasAVX512ER (void) |
bool hasAVX512ER | ( | void | ) |
Definition at line 178 of file instrset_detect.cpp.
bool hasF16C | ( | void | ) |
Definition at line 170 of file instrset_detect.cpp.
bool hasFMA3 | ( | void | ) |
Definition at line 146 of file instrset_detect.cpp.
bool hasFMA4 | ( | void | ) |
Definition at line 154 of file instrset_detect.cpp.
bool hasXOP | ( | void | ) |
Definition at line 162 of file instrset_detect.cpp.
int instrset_detect | ( | void | ) |
Definition at line 98 of file instrset_detect.cpp.