![]() |
The Gaudi Framework
v26r1
|
#include <stdlib.h>

Go to the source code of this file.
Classes | |
| class | Const_int_t< n > |
| class | Const_uint_t< n > |
| class | Static_error_check< bool > |
| class | Static_error_check< false > |
Macros | |
| #define | INSTRSET_H 116 |
| #define | INSTRSET 0 |
| #define | const_int(n) (Const_int_t <n>()) |
| #define | const_uint(n) (Const_uint_t<n>()) |
Typedefs | |
| typedef signed char | int8_t |
| typedef unsigned char | uint8_t |
| typedef signed short int | int16_t |
| typedef unsigned short int | uint16_t |
| typedef signed int | int32_t |
| typedef unsigned int | uint32_t |
| typedef long long | int64_t |
| typedef unsigned long long | uint64_t |
| typedef int32_t | intptr_t |
Functions | |
| int | instrset_detect (void) |
| bool | hasFMA3 (void) |
| bool | hasFMA4 (void) |
| bool | hasXOP (void) |
| #define const_int | ( | n | ) | (Const_int_t <n>()) |
Definition at line 191 of file instrset.h.
| #define const_uint | ( | n | ) | (Const_uint_t<n>()) |
Definition at line 192 of file instrset.h.
| #define INSTRSET 0 |
Definition at line 52 of file instrset.h.
| #define INSTRSET_H 116 |
Definition at line 21 of file instrset.h.
| typedef signed short int int16_t |
Definition at line 139 of file instrset.h.
| typedef signed int int32_t |
Definition at line 141 of file instrset.h.
| typedef long long int64_t |
Definition at line 143 of file instrset.h.
| typedef signed char int8_t |
Definition at line 137 of file instrset.h.
Definition at line 148 of file instrset.h.
| typedef unsigned short int uint16_t |
Definition at line 140 of file instrset.h.
| typedef unsigned int uint32_t |
Definition at line 142 of file instrset.h.
| typedef unsigned long long uint64_t |
Definition at line 144 of file instrset.h.
| typedef unsigned char uint8_t |
Definition at line 138 of file instrset.h.
| bool hasFMA3 | ( | void | ) |
Definition at line 132 of file instrset_detect.cpp.
| bool hasFMA4 | ( | void | ) |
Definition at line 140 of file instrset_detect.cpp.
| bool hasXOP | ( | void | ) |
Definition at line 148 of file instrset_detect.cpp.
| int instrset_detect | ( | void | ) |
Definition at line 90 of file instrset_detect.cpp.