![]() |
![]()
| ![]() |
![]()
NAMEcpu_model - Contains the Intel CPU submodel. Allegro game programming library. SYNOPSIS#include <allegro.h> extern int cpu_model; DESCRIPTIONContains the CPU submodel, where applicable. Allegro defines at least the following CPU family types (see include/allegro/system.h for a more complete list): You can read this variable after you have called check_cpu() (which is automatically called by allegro_init()). Make sure you check the cpu_family and cpu_vendor so you know which models make sense to check. SEE ALSOcheck_cpu(3), cpu_vendor(3), cpu_family(3), cpu_capabilities(3), allegro_init(3)
|