Browse Source

remove redundant declaration

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
1f6f7328eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      interface/gemmt.c

+ 1
- 1
interface/gemmt.c View File

@@ -199,7 +199,7 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,

int transa, transb, uplo;
blasint info;
blasint m, lda, ldb;
blasint lda, ldb;
FLOAT *a, *b;
XFLOAT *buffer;



Loading…
Cancel
Save