~ubuntu-branches/ubuntu/maverick/atlas/maverick

« back to all changes in this revision

Viewing changes to debian/powerpc/base/include/sXover.h

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-04-13 10:07:52 UTC
  • Revision ID: james.westby@ubuntu.com-20020413100752-memoz13hhg5ad3j1
Tags: 3.2.1ln-7
* Forgot to read DEFAULTS variable in config.expect
* Need g77-3.0 on alpha to link with lapack, workaround for -mieee bug
  in g77-2.95 on alpha

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SXOVER_H
 
2
#define SXOVER_H
 
3
 
 
4
#define ATL_3NB 240
 
5
#define NN_MNK_M 564480
 
6
#define NN_MNK_N 564480
 
7
#define NN_MNK_MN 64000
 
8
#define NN_MNK_K 564480
 
9
#define NN_MNK_GE 592704
 
10
#define NT_MNK_M 564480
 
11
#define NT_MNK_N 564480
 
12
#define NT_MNK_MN 64000
 
13
#define NT_MNK_K 462080
 
14
#define NT_MNK_GE 592704
 
15
#define TN_MNK_M 564480
 
16
#define TN_MNK_N 564480
 
17
#define TN_MNK_MN 64000
 
18
#define TN_MNK_K 564480
 
19
#define TN_MNK_GE 592704
 
20
#define TT_MNK_M 564480
 
21
#define TT_MNK_N 564480
 
22
#define TT_MNK_MN 64000
 
23
#define TT_MNK_K 564480
 
24
#define TT_MNK_GE 592704
 
25
 
 
26
#endif