c@64: #ifndef ATLAS_MVS_H c@64: #define ATLAS_MVS_H c@64: c@64: #include "atlas_misc.h" c@64: c@64: #define ATL_mvSMU 2 c@64: #define ATL_mvSNU 32 c@64: #ifndef ATL_L1mvelts c@64: #define ATL_L1mvelts ((3*ATL_L1elts)>>2) c@64: #endif c@64: #ifndef ATL_mvNNU c@64: #include "atlas_smvN.h" c@64: #endif c@64: #ifndef ATL_mvTNU c@64: #include "atlas_smvT.h" c@64: #endif c@64: #define ATL_GetPartSYMV(A_, lda_, mb_, nb_) \ c@64: { \ c@64: *(nb_) = ATL_mvSMU; \ c@64: *(mb_) = 576; \ c@64: } c@64: c@64: #endif