Use blasint for INTERFACE64 compatibility

This commit is contained in:
Martin Kroeker 2022-08-08 14:52:10 +02:00 committed by GitHub
parent e671d0386b
commit d9dc015cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@ float16to32 (bfloat16_bits f16)
int int
main (int argc, char *argv[]) main (int argc, char *argv[])
{ {
int m, n, k; blasint m, n, k;
int i, j, l; int i, j, l;
int x; blasint x;
int ret = 0; int ret = 0;
int loop = 100; int loop = 100;
char transA = 'N', transB = 'N'; char transA = 'N', transB = 'N';