1check_cpu(3) Allegro manual check_cpu(3)
23
4
NAME
6check_cpu - Detects the CPU type. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void check_cpu();
13
DESCRIPTION
15Detects the CPU type, setting the following global variables. You don't
16normally need to call this, because allegro_init() will do it for you.
1718
SEE ALSO
20cpu_vendor(3), cpu_family(3), cpu_model(3), cpu_capabilities(3), alle‐
21gro_init(3)
2223
24
25
Allegro version 4.4.3 check_cpu(3)