cpu_family (3) Linux Manual Page
NAME cpu_family – Contains the CPU type. Allegro game programming library. SYNOPSIS #include <allegro.h> extern int cpu_family; DESCRIPTION Contains the Intel type, where applicable. Allegro defines the following CPU family types: CPU_FAMILY_UNKNOWN – The type of processor is unknown CPU_FAMILY_I386 – The processor is an Intel-compatible 386 CPU_FAMILY_I486 – The processor is an Intel-compatible 486…
