From b9c44f8319caf11f9e0339ae97b0e57f24a6e14d Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sun, 20 Dec 2020 10:18:07 -0500 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3c26af..186a624 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ |1.78|[threadpi.c](C/threadpi.c)|C, 4 threads<br>gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Raspberry Pi 4|December, 2020| |0.57|[pi.c](C/pi.c)|C<br>gcc pi.c -o pi -lm|Intel i7-8700T|November, 2018| |0.47|[numpi.py](Python/numpi.py)|Python, NumPy|Intel i7-8700T|November, 2018| -|0.074|[threadpi.c](C/threadpi.c)|C, 1 thread<br>gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Raspberry Pi Zero|December, 2020| +|0.074|[pi.c](C/pi.c)|C<br>gcc pi.c -o pi -lm -O3 -ffast-math|Raspberry Pi Zero|December, 2020| |0.029|[pi.py](Python/pi.py)|Python|Intel i7-8700T|November, 2018| |estimated GFlops|estimated GFlops/W|code|description|system|date| -- GitLab