-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.d
41 lines (37 loc) · 1012 Bytes
/
index.d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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=
_=