source: proiecte/hpl/atlas_compiled/include/atlas/atlas_sNCmm.h @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 455 bytes
Line 
1#ifndef SMM_H
2   #define SMM_H
3
4   #define ATL_mmMULADD
5   #define ATL_mmLAT 10
6   #define ATL_mmMU  5
7   #define ATL_mmNU  4
8   #define ATL_mmKU  64
9   #define MB 64
10   #define NB 64
11   #define KB 64
12   #define NBNB 4096
13   #define MBNB 4096
14   #define MBKB 4096
15   #define NBKB 4096
16   #define NB2 128
17   #define NBNB2 8192
18
19   #define ATL_MulByNB(N_) ((N_) << 6)
20   #define ATL_DivByNB(N_) ((N_) >> 6)
21   #define ATL_MulByNBNB(N_) ((N_) << 12)
22
23#endif
Note: See TracBrowser for help on using the repository browser.