small stylistic fixes and adjustments, fix bug in Makefile, and change the timing code to skip the first (slow) iteration

This commit is contained in:
Andrej Karpathy
2023-07-27 22:42:08 +00:00
parent 0e1b0d4c93
commit 25b50ee0e2
2 changed files with 14 additions and 18 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ rungnu:
$(CC) -Ofast -std=gnu11 -o run run.c -lm
.PHONY: runompgnu
rungnu:
runompgnu:
$(CC) -Ofast -fopenmp -std=gnu11 run.c -lm -o run
.PHONY: clean