Mercurial > hg > qm-vamp-plugins
diff build/linux/amd64/atlas/atlas_dr1.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_dr1.h Wed Feb 13 13:44:40 2008 +0000 @@ -0,0 +1,16 @@ +#ifndef ATLAS_DR1_H +#define ATLAS_DR1_H + +#define ATL_L1r1elts 3809 +#define ATL_r1MU 16 +#define ATL_r1NU 1 + +#define ATL_GetPartR1(A_, lda_, mb_, nb_) \ +{ \ + (mb_) = (ATL_L1r1elts - (ATL_r1NU+ATL_r1NU)) / (ATL_r1NU+ATL_r1NU+1); \ + if ((mb_) > ATL_r1MU) (mb_) = ATL_r1MU*((mb_)/ATL_r1MU); \ + else (mb_) = ATL_r1MU; \ + (nb_) = ATL_r1NU; \ +} + +#endif