logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

check_cpu - Detects the CPU type. Allegro game programming library.

Description

       Detects  the  CPU  type,  setting  the  following global variables. You don't normally need to call this,
       because allegro_init() will do it for you.

Name

       check_cpu - Detects the CPU type. Allegro game programming library.

See Also

cpu_vendor(3alleg4),      cpu_family(3alleg4),       cpu_model(3alleg4),       cpu_capabilities(3alleg4),
       allegro_init(3alleg4)

Allegro                                           version 4.4.3                               check_cpu(3alleg4)

Synopsis

#include<allegro.h>voidcheck_cpu();

See Also