Mercurial > hg > qm-vamp-plugins
diff build/linux/amd64/atlas/atlas_cNCmm.h @ 64:ddea89113517
* ATLAS libraries compiled for AMD64 (on Intel Core 2 Duo MacBook)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 13 Feb 2008 13:44:40 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/linux/amd64/atlas/atlas_cNCmm.h Wed Feb 13 13:44:40 2008 +0000 @@ -0,0 +1,23 @@ +#ifndef CMM_H + #define CMM_H + + #define ATL_mmMULADD + #define ATL_mmLAT 1 + #define ATL_mmMU 12 + #define ATL_mmNU 1 + #define ATL_mmKU 72 + #define MB 48 + #define NB 48 + #define KB 48 + #define NBNB 2304 + #define MBNB 2304 + #define MBKB 2304 + #define NBKB 2304 + #define NB2 96 + #define NBNB2 4608 + + #define ATL_MulByNB(N_) ((N_) * 48) + #define ATL_DivByNB(N_) ((N_) / 48) + #define ATL_MulByNBNB(N_) ((N_) * 2304) + +#endif