Skip to content
Snippets Groups Projects
Commit 2ccdcaed authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 1aef072c
Branches
No related tags found
No related merge requests found
Pipeline #9876 passed
......@@ -8,7 +8,7 @@
#define NPTS 1000000
int i;
double a,b,c,pi,dt,mflops;
float a,b,c,pi,dt,mflops;
unsigned long tstart,tend;
void setup() {
......
......@@ -36,7 +36,7 @@
|0.47|[numpi.py](Python/numpi.py)|Python, NumPy|Intel i7-8700T|November, 2018|
|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|
|0.001|[pi.ino](Arduino/pi.ino)|Arduino|ESP32-WROOM|December, 2020|
|0.006|[pi.ino](Arduino/pi.ino)|Arduino,float|ESP32-WROOM|December, 2020|
|estimated GFlops|estimated GFlops/W|code|description|system|date|
|---|---|---|---|---|---|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment