Add DNRM2 regression test for issues 2998 and 3654
[platform/upstream/openblas.git] / GotoBLAS_01Readme.txt
1               Optimized GotoBLAS2 libraries version 1.13
2
3                        By Kazushige Goto <kgoto@tacc.utexas.edu>
4
5 # This is the last update and done on 5th Feb. 2010.
6
7 0. License
8
9    See 00TACC_Research_License.txt.
10
11 1. Supported OS
12
13      Linux
14      FreeBSD(Also it may work on NetBSD)
15      OSX
16      Soralis
17      Windows 2k, XP, Server 2003 and 2008(both 32bit and 64bit)
18      AIX
19      Tru64 UNIX
20
21 2. Supported Architecture
22
23     X86  : Pentium3 Katmai
24                     Coppermine
25            Athlon  (not well optimized, though)
26            PentiumM Banias, Yonah
27            Pentium4 Northwood
28                     Nocona (Prescott)
29            Core 2   Woodcrest
30            Core 2   Penryn
31            Nehalem-EP  Corei{3,5,7}
32            Atom
33            AMD Opteron
34            AMD Barlcelona, Shanghai, Istanbul
35            VIA NANO
36
37    X86_64: Pentium4 Nocona
38            Core 2   Woodcrest
39            Core 2   Penryn
40            Nehalem
41            Atom
42            AMD Opteron
43            AMD Barlcelona, Shanghai, Istanbul
44            VIA NANO
45
46    IA64  : Itanium2
47
48    Alpha : EV4, EV5, EV6
49
50    POWER : POWER4
51            PPC970/PPC970FX
52            PPC970MP
53            CELL (PPU only)
54            POWER5
55            PPC440   (QCDOC)
56            PPC440FP2(BG/L)
57            POWERPC G4(PPC7450)
58            POWER6
59
60    SPARC : SPARC IV
61            SPARC VI, VII (Fujitsu chip)
62
63    MIPS64/32: Sicortex
64
65 3. Supported compiler
66
67    C compiler       : GNU CC
68                       Cygwin, MinGW
69                       Other commercial compiler(especially for x86/x86_64)
70
71    Fortran Compiler : GNU G77, GFORTRAN
72                       G95
73                       Open64
74                       Compaq
75                       F2C
76                       IBM
77                       Intel
78                       PathScale
79                       PGI
80                       SUN
81                       Fujitsu
82
83 4. Suported precision
84
85  Now x86/x86_64 version support 80bit FP precision in addition to
86 normal double presicion and single precision. Currently only
87 gfortran supports 80bit FP with "REAL*10".
88
89
90 5. How to build library?
91
92  Please see 02QuickInstall.txt or just type "make".
93