#include <cpudetect.h>
Data Fields | |
int | cpuType |
int | cpuModel |
int | cpuStepping |
int | hasMMX |
int | hasMMX2 |
int | has3DNow |
int | has3DNowExt |
int | hasSSE |
int | hasSSE2 |
int | hasSSE3 |
int | hasSSSE3 |
int | hasSSE4a |
int | isX86 |
unsigned | cl_size |
int | hasAltiVec |
int | hasTSC |
Definition at line 31 of file cpudetect.h.
unsigned cpucaps_s::cl_size |
Definition at line 45 of file cpudetect.h.
Definition at line 33 of file cpudetect.h.
Definition at line 34 of file cpudetect.h.
Definition at line 32 of file cpudetect.h.
Definition at line 46 of file cpudetect.h.
Definition at line 35 of file cpudetect.h.
Referenced by check_values(), init_pullup(), put_image(), sws_getFlagsAndFilterFromCmdLine(), and vf_open().
Definition at line 41 of file cpudetect.h.
Definition at line 43 of file cpudetect.h.
Definition at line 47 of file cpudetect.h.
int cpucaps_s::isX86 |
Definition at line 44 of file cpudetect.h.