← Back to C-Kernel-Engine Docs Doxygen Source Documentation
ck_capability_t Struct Reference

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
 

Detailed Description

CPU capability information structure.

Definition at line 215 of file ck_features.h.

Field Documentation

◆ best_kernel

const char* ck_capability_t::best_kernel

Definition at line 220 of file ck_features.h.

Referenced by ck_get_capabilities(), and main().

◆ has_ai_accel

int ck_capability_t::has_ai_accel

Definition at line 219 of file ck_features.h.

Referenced by ck_get_capabilities(), and main().

◆ has_fma

int ck_capability_t::has_fma

Definition at line 218 of file ck_features.h.

Referenced by ck_get_capabilities(), and main().

◆ name

const char* ck_capability_t::name

Definition at line 216 of file ck_features.h.

Referenced by ck_get_capabilities(), and main().

◆ width

int ck_capability_t::width

Definition at line 217 of file ck_features.h.

Referenced by ck_get_capabilities(), and main().


The documentation for this struct was generated from the following file: