#ifndef ATLAS_CMVN_L0_H #define ATLAS_CMVN_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_cmvnk__900003(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); void ATL_cmvnk__900003_b0(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); void ATL_cmvnk__2(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); void ATL_cmvnk__2_b0(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); void ATL_cmvnk__900008(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); void ATL_cmvnk__900008_b0(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); void ATL_cmvnk__900002(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); void ATL_cmvnk__900002_b0(ATL_CINT, ATL_CINT, const float*, ATL_CINT, const float*, float*); static ATL_mvkern_t ATL_GetMVNKern (ATL_CINT M, ATL_CINT N, const void *A, ATL_CINT lda, ATL_mvkern_t *mvk_b0, int *DOTBASED, int *mu, int *nu, int *minM, int *minN, int *alignX, int *ALIGNX2A, int *alignY, int *FNU, ATL_INT *CacheElts) { if ((((((((size_t)(A))) >> 4)) << 4)) == (size_t)(A)) { if ((((((ATL_MulBySize(lda)) >> 4)) << 4)) == ATL_MulBySize(lda)) { if (N >= 2) { if (M >= 40) { *minM = 40; *minN = 2; *mu = 40; *nu = 2; *alignX = 16; *alignY = 16; *ALIGNX2A = 0; *FNU = 1; *CacheElts = 15360; *mvk_b0 = ATL_cmvnk__900003_b0; *DOTBASED = 0; return(ATL_cmvnk__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 */ if ((((((((size_t)(A))) >> 3)) << 3)) == (size_t)(A)) { if ((((((ATL_MulBySize(lda)) >> 4)) << 4)) == ATL_MulBySize(lda)) { if (N >= 4) { if (M >= 9) { *minM = 9; *minN = 4; *mu = 8; *nu = 4; *alignX = 4; *alignY = 16; *ALIGNX2A = 1; *FNU = 1; *CacheElts = 15360; *mvk_b0 = ATL_cmvnk__2_b0; *DOTBASED = 0; return(ATL_cmvnk__2); } /* end if on minimal N guard */ } /* end if on minimal M guard */ } /* end if on lda multiple restriction */ } /* end if on align of A */ if ((((((((size_t)(A))) >> 4)) << 4)) == (size_t)(A)) { if ((((((ATL_MulBySize(lda)) >> 4)) << 4)) == ATL_MulBySize(lda)) { if (N >= 4) { if (M >= 8) { *minM = 8; *minN = 4; *mu = 8; *nu = 4; *alignX = 16; *alignY = 16; *ALIGNX2A = 0; *FNU = 1; *CacheElts = 15360; *mvk_b0 = ATL_cmvnk__900008_b0; *DOTBASED = 0; return(ATL_cmvnk__900008); } /* 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 = 40; *minN = 2; *mu = 40; *nu = 2; *alignX = 16; *alignY = 16; *ALIGNX2A = 0; *FNU = 1; *CacheElts = 15360; *mvk_b0 = ATL_cmvnk__900002_b0; *DOTBASED = 0; return(ATL_cmvnk__900002); } #define ATL_GetPartMVN(A_, lda_, mb_, nb_) { *(mb_) = 2520; *(nb_) = 2; } #endif /* end protection around header file contents */