large matrices working

This commit is contained in:
2023-02-22 22:17:40 -06:00
parent 904e96b703
commit 21736c114b
8 changed files with 199 additions and 5 deletions

View File

@@ -11,7 +11,6 @@
#include <unistd.h>
#define NS_PER_SEC 1000000000
#define MAX 10
static inline uint64_t gettime_ns() {
struct timespec ts;