annotate build/linux/amd64/atlas/atlas_trsmNB.h @ 202:354eee78b9fc

AppVeyor build file
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 06 Feb 2018 13:12:11 +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