#ifndef ATLAS_SR2_L1_H #define ATLAS_SR2_L1_H #include "atlas_type.h" typedef void (*ATL_r2kern_t) (ATL_CINT, ATL_CINT, const float*, const float*, const float*, const float*, float*, ATL_CINT); void ATL_sger2k__900003 (ATL_CINT, ATL_CINT, const float*, const float*, const float*, const float*, float*, ATL_CINT); static ATL_r2kern_t ATL_GetR2Kern (ATL_CINT M, ATL_CINT N, const void *A, ATL_CINT lda, int *mu, int *nu, int *minM, int *minN, int *alignX, int *ALIGNX2A, int *alignY, int *FNU, ATL_INT *CacheElts) { *minM = 2; *minN = 8; *mu = 2; *nu = 8; *alignX = 4; *alignY = 4; *ALIGNX2A = 0; *FNU = 1; *CacheElts = 20316; return(ATL_sger2k__900003); } #define ATL_GetPartR2(A_, lda_, mb_, nb_) { (mb_) = 1126; (nb_) = 8; } #endif /* end protection around header file contents */