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

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;