x86_64_cputype(), x86_cputype()

Synopsis:

unsigned x86_64_cputype (void)

unsigned x86_cputype (void)

Description:

An x86 platform-only function that determines the type of CPU and returns the number.

The x86_64_cputype() function is defined only for x86_64. For compatibility with shared code, x86_cputype() is defined to be the same as x86_64_cputype() on x86_64.

Returns:

>0
Success.