annotate build/linux/amd64/atlas/atlas_trsmNB.h @ 155:46cee2d97bfc

Copyright date
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 03 Dec 2013 11:58:32 +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