The Gaudi Framework
v30r3 (a5ef0a68)
|
#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 186 of file instrset_detect.cpp.
bool hasF16C | ( | void | ) |
Definition at line 177 of file instrset_detect.cpp.
bool hasFMA3 | ( | void | ) |
Definition at line 150 of file instrset_detect.cpp.
bool hasFMA4 | ( | void | ) |
Definition at line 159 of file instrset_detect.cpp.
bool hasXOP | ( | void | ) |
Definition at line 168 of file instrset_detect.cpp.
int instrset_detect | ( | void | ) |
Definition at line 101 of file instrset_detect.cpp.