|
Blender V4.3
|
#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.
Definition at line 19 of file cpu_check.cc.
Referenced by cpu_brand_string(), and cpu_supports_sse42().
|
static |
|
static |