forked from devzero2000/RPM5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpuinfo.yaml
124 lines (102 loc) · 1.94 KB
/
cpuinfo.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
cpuinfo:
- Family: cpuinfo([x86])
Priority:
- x86_64
- pentium4
- pentium3
- athlon
- pentium2
- i686
- geode
- i586
- i486
- i386
- fat
Arch:
- Name: fat
- Name: i386
- Name: i486
Extends: i386
Features:
- cpuinfo(ac)
- Name: i586
Extends: i486
Features:
- cpuinfo(tsc)
- Name: geode
Alias:
- k6-3
- k6-2
Extends: i586
Features:
- cpuinfo(3dnow)
- cpuinfo(mmx)
- Name: i686
Extends: i586
Features:
- cpuinfo(cmov)
- Name: pentium2
Extends: i686
Features:
- cpuinfo(mmx)
- Name: athlon
Extends: pentium2
Features:
- cpuinfo(3dnowext)
- Name: pentium3
Extends: pentium2
Features:
- cpuinfo(sse)
- Name: pentium4
Extends: pentium3
Features:
- cpuinfo(sse2)
- Name: x86_64
Alias:
- amd64
- ia32e
Features:
- cpuinfo(64bit)
- Family: cpuinfo([ppc])
Priority:
- ppc64
- ppc
- fat
Arch:
- Name: fat
- Name: ppc
- Name: ppc64
Extends: ppc
Features:
- cpuinfo(64bit)
- Family: cpuinfo([ia64])
Priority:
- ia64
Arch:
- Name: ia64
- Family: cpuinfo([mips])
Priority:
- mips64
- mips64el
- mips
- mipsel
Arch:
- Name: mips
Alias:
- mipseb
Features:
- cpuinfo(endian) == big
- Name: mips64
Alias:
- mips64eb
Extends: mips
Features:
- cpuinfo(64bit)
- Name: mipsel
Features:
- cpuinfo(endian) == little
- Name: mips64el
Extends: mipsel
Features:
- cpuinfo(64bit)