Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
pi
Commits
2ccdcaed
Commit
2ccdcaed
authored
Dec 20, 2020
by
Neil Gershenfeld
Browse files
wip
parent
1aef072c
Pipeline
#9876
passed with stage
in 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Arduino/pi.ino
View file @
2ccdcaed
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#define NPTS 1000000
#define NPTS 1000000
int
i
;
int
i
;
double
a
,
b
,
c
,
pi
,
dt
,
mflops
;
float
a
,
b
,
c
,
pi
,
dt
,
mflops
;
unsigned
long
tstart
,
tend
;
unsigned
long
tstart
,
tend
;
void
setup
()
{
void
setup
()
{
...
...
README.md
View file @
2ccdcaed
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
|0.47|
[
numpi.py
](
Python/numpi.py
)
|Python, NumPy|Intel i7-8700T|November, 2018|
|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.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.029|
[
pi.py
](
Python/pi.py
)
|Python|Intel i7-8700T|November, 2018|
|0.00
1
|
[
pi.ino
](
Arduino/pi.ino
)
|Arduino|ESP32-WROOM|December, 2020|
|0.00
6
|
[
pi.ino
](
Arduino/pi.ino
)
|Arduino
,float
|ESP32-WROOM|December, 2020|
|estimated GFlops|estimated GFlops/W|code|description|system|date|
|estimated GFlops|estimated GFlops/W|code|description|system|date|
|---|---|---|---|---|---|
|---|---|---|---|---|---|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment