source: proiecte/hpl/atlas_compiled/include/atlas/atlas_zNCmm.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 ZMM_H
2   #define ZMM_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  48
9   #define MB 48
10   #define NB 48
11   #define KB 48
12   #define NBNB 2304
13   #define MBNB 2304
14   #define MBKB 2304
15   #define NBKB 2304
16   #define NB2 96
17   #define NBNB2 4608
18
19   #define ATL_MulByNB(N_) ((N_) * 48)
20   #define ATL_DivByNB(N_) ((N_) / 48)
21   #define ATL_MulByNBNB(N_) ((N_) * 2304)
22
23#endif
Note: See TracBrowser for help on using the repository browser.