Update gemm64.cpp

This commit is contained in:
Martin Kroeker 2020-08-15 13:31:28 +02:00 committed by GitHub
parent f5fcc5baec
commit 47ce1dd08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#include <iostream>
#include <cblas.h>
#include "common.h"
#include "cblas.h"
int main ( int argc, char* argv[] ) {
const long n = ((long)1 << 31) - 1;
std::cout << n <<std::endl;