#ifndef ATLAS_SR1_L2_H #define ATLAS_SR1_L2_H #include "atlas_type.h" typedef void (*ATL_r1kern_t) (ATL_CINT, ATL_CINT, const float*, const float*, float*, ATL_CINT); void ATL_sgerk__6 (ATL_CINT, ATL_CINT, const float*, const float*, float*, ATL_CINT); void ATL_sgerk__900003 (ATL_CINT, ATL_CINT, const float*, const float*, float*, ATL_CINT); void ATL_sgerk__1 (ATL_CINT, ATL_CINT, const float*, const float*, float*, ATL_CINT); static ATL_r1kern_t ATL_GetR1Kern (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) { if ((((((ATL_MulBySize(lda)) >> 4)) << 4)) == ATL_MulBySize(lda)) { *minM = 0; *minN = 0; *mu = 8; *nu = 4; *alignX = 4; *alignY = 4; *ALIGNX2A = 1; *FNU = 0; *CacheElts = 26624; return(ATL_sgerk__6); } /* end if on lda multiple restriction */ if ((((((((size_t)(A))) >> 4)) << 4)) == (size_t)(A)) { if ((((((ATL_MulBySize(lda)) >> 4)) << 4)) == ATL_MulBySize(lda)) { if (N >= 2) { if (M >= 16) { *minM = 16; *minN = 2; *mu = 16; *nu = 2; *alignX = 16; *alignY = 16; *ALIGNX2A = 0; *FNU = 1; *CacheElts = 26624; return(ATL_sgerk__900003); } /* end if on minimal N guard */ } /* end if on minimal M guard */ } /* end if on lda multiple restriction */ } /* end if on align of A */ *minM = 0; *minN = 0; *mu = 16; *nu = 1; *alignX = 4; *alignY = 4; *ALIGNX2A = 0; *FNU = 0; *CacheElts = 26624; return(ATL_sgerk__1); } #define ATL_GetPartR1(A_, lda_, mb_, nb_) { (mb_) = 6640; (nb_) = 1; } #endif /* end protection around header file contents */