Skip to content

Commit

Permalink
fixed prototyping
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Clint Whaley committed Sep 7, 2016
1 parent 7e9279d commit a854dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AtlasBase/Clint/atlas-ammm.base
Expand Up @@ -668,7 +668,7 @@ void Mjoin(PATL,@(sh)ComputeIPInfo)
size_t M, size_t N, size_t K, size_t lda, size_t ldb, size_t ldc,
const SCALAR alpha, const SCALAR beta);
@endwhile
@whiledef rt iploopsNK iploopsMK iploopsK
@whiledef rt iploopsNK iploopsMK iploopsK iploopsNMK iploopsNMK
void Mjoin(PATL,@(rt))
(ipinfo_t *ip, size_t i, size_t j, const TYPE *A, const TYPE *B, TYPE *C,
const int MVS, TYPE *a, TYPE *b, TYPE *rC, TYPE *iC,
Expand Down
2 changes: 1 addition & 1 deletion AtlasBase/Clint/atlas-thr.base
Expand Up @@ -8815,9 +8815,9 @@ void Mjoin(PATL,bcLaswp_amm)
while(KeepOn);
}
@ROUT ATL_tgetf2
#include "atlas_cbc.h"
#include "atlas_tlapack.h"
#include "atlas_level2.h"
#include "atlas_cbc.h"
#ifdef TCPLX
#define GER Mjoin(PATL,geru)
#else
Expand Down

0 comments on commit a854dc7

Please sign in to comment.