annotate build/linux/amd64/atlas/sXover.h @ 154:ec829e6a92a2
Remove qmake project file (now using non-qmake makefiles in build)
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Tue, 22 Oct 2013 14:00:03 +0100 |
parents |
ddea89113517 |
children |
|
rev |
line source |
c@64
|
1 #ifndef SXOVER_H
|
c@64
|
2 #define SXOVER_H
|
c@64
|
3
|
c@64
|
4 #define ATL_3NB 216
|
c@64
|
5 #define NN_MNK_M 7200
|
c@64
|
6 #define NN_MNK_N 16200
|
c@64
|
7 #define NN_MNK_MN 51840
|
c@64
|
8 #define NN_MNK_K 41472
|
c@64
|
9 #define NN_MNK_GE 13824
|
c@64
|
10 #define NT_MNK_M 7200
|
c@64
|
11 #define NT_MNK_N 7200
|
c@64
|
12 #define NT_MNK_MN 51840
|
c@64
|
13 #define NT_MNK_K 16200
|
c@64
|
14 #define NT_MNK_GE 3375
|
c@64
|
15 #define TN_MNK_M 7200
|
c@64
|
16 #define TN_MNK_N 16200
|
c@64
|
17 #define TN_MNK_MN 51840
|
c@64
|
18 #define TN_MNK_K 352800
|
c@64
|
19 #define TN_MNK_GE 27000
|
c@64
|
20 #define TT_MNK_M 7200
|
c@64
|
21 #define TT_MNK_N 7200
|
c@64
|
22 #define TT_MNK_MN 51840
|
c@64
|
23 #define TT_MNK_K 41472
|
c@64
|
24 #define TT_MNK_GE 3375
|
c@64
|
25
|
c@64
|
26 #endif
|