annotate build/linux/amd64/atlas/atlas_trsmNB.h @ 217:ee138d32d0c1

Puzzled by this. The projects definitely do build with VS2015, I just checked. Switching back to 2015 for AppVeyor to see what happens
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 01 May 2018 10:05:20 +0100
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