annotate build/linux/amd64/atlas/atlas_trsmNB.h @ 122:cfdb4e0dc34f

* rejig the README and INSTALLs a bit
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 16 Jun 2009 10:21:12 +0000
parents ddea89113517
children
rev   line source
c@64 1 #ifndef ATLAS_TRSMNB_H
c@64 2 #define ATLAS_TRSMNB_H
c@64 3
c@64 4 #ifdef SREAL
c@64 5 #define TRSM_NB 60
c@64 6 #elif defined(DREAL)
c@64 7 #define TRSM_NB 12
c@64 8 #else
c@64 9 #define TRSM_NB 4
c@64 10 #endif
c@64 11
c@64 12 #endif