Update sgemv_bench.c

This commit is contained in:
Martin Kroeker 2021-04-14 21:32:47 +02:00 committed by GitHub
parent 739019480a
commit 592a2b0329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <cblas.h> #include <cblas.h>
int main(int argc, char** argv) int main(int argc, char** argv)
{
double time1, timeg; double time1, timeg;