CPU capability information structure. More...
#include <ck_features.h>
Data Fields | |
| const char * | best_kernel |
| int | has_ai_accel |
| int | has_fma |
| const char * | name |
| int | width |
CPU capability information structure.
Definition at line 215 of file ck_features.h.
| const char* ck_capability_t::best_kernel |
Definition at line 220 of file ck_features.h.
Referenced by ck_get_capabilities(), and main().
| int ck_capability_t::has_ai_accel |
Definition at line 219 of file ck_features.h.
Referenced by ck_get_capabilities(), and main().
| int ck_capability_t::has_fma |
Definition at line 218 of file ck_features.h.
Referenced by ck_get_capabilities(), and main().
| const char* ck_capability_t::name |
Definition at line 216 of file ck_features.h.
Referenced by ck_get_capabilities(), and main().
| int ck_capability_t::width |
Definition at line 217 of file ck_features.h.
Referenced by ck_get_capabilities(), and main().