|
FflasFfpack
|
#include <stdlib.h>Data Structures | |
| class | Const_int_t< n > |
| class | Const_uint_t< n > |
| class | Static_error_check< bool > |
| class | Static_error_check< false > |
Macros | |
| #define | INSTRSET_H 125 |
| #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) |
| bool | hasAVX512ER (void) |
| #define INSTRSET_H 125 |
| #define INSTRSET 0 |
| #define const_int | ( | n | ) | (Const_int_t <n>()) |
| #define const_uint | ( | n | ) | (Const_uint_t<n>()) |
| 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 |
| int instrset_detect | ( | void | ) |
| bool hasFMA3 | ( | void | ) |
| bool hasFMA4 | ( | void | ) |
| bool hasXOP | ( | void | ) |
| bool hasAVX512ER | ( | void | ) |
1.8.13