#ifndef ATLAS_SMVT_L0_H #define ATLAS_SMVT_L0_H #include "atlas_type.h" #ifndef ATL_MVKERN_DEF #define ATL_MVKERN_DEF typedef void (*ATL_mvkern_t) (ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); #endif void ATL_smvtk__900002(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); void ATL_smvtk__900002_b0(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); static ATL_mvkern_t ATL_GetMVTKern (ATL_CINT M, ATL_CINT N, const void *A, ATL_CINT lda, ATL_mvkern_t *mvk_b0, int *mu, int *nu, int *minM, int *minN, int *alignX, int *ALIGNX2A, int *alignY, int *FNU, ATL_INT *CacheElts) { *minM = 64; *minN = 1; *mu = 64; *nu = 1; *alignX = 16; *alignY = 16; *ALIGNX2A = 0; *FNU = 1; *CacheElts = 0; *mvk_b0 = ATL_smvtk__900002_b0; return(ATL_smvtk__900002); } #define ATL_GetPartMVT(A_, lda_, mb_, nb_) { *(mb_) = 0; *(nb_) = 0; } #endif /* end protection around header file contents */