blob: 6fda9e5b88b2e41dd41bfb629ac4b6502f04d88d (
plain)
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
125
126
127
|
<?xml version = "1.0" encoding = "UTF-8" standalone = "no"?>
<!-- =================================== -->
<!--
====================
@author Allan CORNET
@date DIGITEO 2009
====================
Don't touch if you do not know what you are doing
-->
<!-- =================================== -->
<blas_specification>
<!-- =================================== -->
<cpu cpu_manufacturer = "AuthenticAMD"
cpu_family = "15"
cpu_model = "*"
dll_filename = "Atlas_AMD.dll"
comments = "# Athlon 64 , Opteron" />
<!-- =================================== -->
<cpu cpu_manufacturer = "AuthenticAMD"
cpu_family = "6"
cpu_model = "*"
dll_filename = "Atlas_AMD.dll"
comments = "# Athlon/Duron, Athlon XP" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "15"
cpu_model = "5"
dll_filename = "Atlas_PIV.dll"
comments = "# Pentium IV D" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "15"
cpu_model = "4"
dll_filename = "Atlas_PIV.dll"
comments = "# Pentium IV, 512k cache" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "15"
cpu_model = "3"
dll_filename = "Atlas_PIV.dll"
comments = "# Pentium IV (Prescott)" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "15"
cpu_model = "2"
dll_filename = "Atlas_PIV.dll"
comments = "# Pentium IV with Hyperthreading" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "15"
cpu_model = "*"
dll_filename = "Atlas_PIV.dll"
comments = "# Pentium IV" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "28"
dll_filename = "Atlas_PIII.dll"
comments = "# ATOM N270 MMX, SSE, SSE2, SSE3" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "26"
dll_filename = "Atlas_C2D.dll"
comments = "# Core i7" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "23"
dll_filename = "Atlas_C2D.dll"
comments = "# Core 2 Quad" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "15"
dll_filename = "Atlas_C2D.dll"
comments = "# Core Duo , Core 2 Duo 6600, Core 2 Quad 6600" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "14"
dll_filename = "Atlas_C2D.dll"
comments = "# Core Duo , Core 2 Duo T2xxx" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "9"
dll_filename = "Atlas_PIII.dll"
comments = "# Pentium M" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "8"
dll_filename = "Atlas_PIII.dll"
comments = "# Pentium III (Coppermine)" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "7"
dll_filename = "Atlas_PIII.dll"
comments = "# Pentium III (Katmai)" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "6"
dll_filename = "Atlas_PII.dll"
comments = "# Celeron" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "5"
dll_filename = "Atlas_PII.dll"
comments = "# Pentium II (Deschutes)" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "3"
dll_filename = "Atlas_PII.dll"
comments = "# Pentium II (Klamath)" />
<!-- =================================== -->
<cpu cpu_manufacturer = "GenuineIntel"
cpu_family = "6"
cpu_model = "*"
dll_filename = "Atlas_PII.dll"
comments = "# Pentium II and more" />
<!-- =================================== -->
</blas_specification>
|