cpuinfo consists of an API/library used by programs
to get information about the underlying CPU. Such
information includes CPU vendor, model name,
cache hierarchy, and supported features (e.g.
CMP, SMT, and SIMD). cpuinfo is also a standalone
program to demonstrate the use of this API.