Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
41 lines (37 sloc)
1012 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ddoc | |
$(H1 CPU Identification) | |
$(P The following table is a quick reference guide for which cpuid modules to | |
use for a given category of functionality.) | |
$(BOOKTABLE , | |
$(TR | |
$(TH Modules) | |
$(TH Description) | |
) | |
$(LEADINGROW High Level API) | |
$(TR | |
$(TDNW $(LINK2 cpuid_unified.html, cpuid.unified)) | |
$(TD High level abstraction on top of all architectures) | |
) | |
$(TR | |
$(TDNW $(LINK2 cpuid_x86_any.html, cpuid.x86_any)) | |
$(TD Common information for all x86 and x86_64 vendors) | |
) | |
$(LEADINGROW Low Level API) | |
$(TR | |
$(TDNW $(LINK2 cpuid_intel.html, cpuid.intel)) | |
$(TD Intel 64 and IA-32 CPUID information) | |
) | |
$(TR | |
$(TDNW $(LINK2 cpuid_amd.html, cpuid.amd)) | |
$(TD AMD CPUID information) | |
) | |
$(LEADINGROW Auxiliary) | |
$(TR | |
$(TDNW $(LINK2 cpuid_common.html, cpuid.common)) | |
$(TD Auxiliary data types and functions) | |
) | |
) | |
Macros: | |
TITLE=CPUID | |
DDOC_BLANKLINE= | |
_= |