The Gaudi Framework
master (37c0b60a)
|
#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 | hasAVX512VBMI (void) |
bool | hasAVX512VBMI2 (void) |
bool hasAVX512ER | ( | void | ) |
Definition at line 142 of file instrset_detect.cpp.
bool hasAVX512VBMI | ( | void | ) |
Definition at line 150 of file instrset_detect.cpp.
bool hasAVX512VBMI2 | ( | void | ) |
Definition at line 158 of file instrset_detect.cpp.
bool hasF16C | ( | void | ) |
Definition at line 134 of file instrset_detect.cpp.
bool hasFMA3 | ( | void | ) |
Definition at line 110 of file instrset_detect.cpp.
bool hasFMA4 | ( | void | ) |
Definition at line 118 of file instrset_detect.cpp.
bool hasXOP | ( | void | ) |
Definition at line 126 of file instrset_detect.cpp.
int instrset_detect | ( | void | ) |
Definition at line 63 of file instrset_detect.cpp.