From aea3bceeb16e553ff75a2f28c7f44f04b81513d7 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 08 Dec 2014 20:11:04 +0000
Subject: [PATCH] timing code

---
 src/mini_blas.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mini_blas.c b/src/mini_blas.c
index 4d92971..0c4c37b 100644
--- a/src/mini_blas.c
+++ b/src/mini_blas.c
@@ -53,6 +53,7 @@
 
 void test_blas()
 {
+
     time_random_matrix(0,0,100,100,100); 
     time_random_matrix(1,0,100,100,100); 
     time_random_matrix(0,1,100,100,100); 

--
Gitblit v1.10.0