|
Blender V5.0
|
#include <string>#include <cstdio>#include <cstdlib>Go to the source code of this file.
Functions | |
| static void | __cpuid (int data[4], int selector) |
| static int | cpu_supports_sse42 () |
| static const char * | cpu_brand_string () |
| static | __attribute__ ((constructor)) void cpu_check() |
|
static |
Definition at line 94 of file cpu_check.cc.
References cpu_brand_string(), cpu_supports_sse42(), error(), and printf.
|
static |
Definition at line 19 of file cpu_check.cc.
References data.
Referenced by cpu_brand_string(), and cpu_supports_sse42().
|
static |
Definition at line 47 of file cpu_check.cc.
References __cpuid(), and result.
Referenced by __attribute__().
|
static |
Definition at line 34 of file cpu_check.cc.
References __cpuid(), num, and result.
Referenced by __attribute__().