From d6655861cb7afea2b19cd552244f1299403911cc Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Mon, 16 Aug 2021 19:59:51 -0400 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2efba8..587aed7 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,6 @@ |estimated GFlops|estimated GFlops/W|estimated GFlops/$|code|description|system|date| |---|---|---|---|---|---|---| -|0.093|.|.|[pi.ino](Arduino/pi.ino)|Arduino, floats|IMXRT1062<br>Teensy 4.1, 600 MHz|August, 2021| +|0.093|0.38|0.012|[pi.ino](Arduino/pi.ino)|Arduino, floats|IMXRT1062<br>Teensy 4.1, 600 MHz|August, 2021| |0.0168|0.233<br>calculated|.|[pi.c](https://gitlab.cba.mit.edu/zfredin/samd51_benchmarks)|C<br>floats, -O3, gcc-arm-none-eabi, 160 MHz|SAMD51J20A<br>ARM Cortex M4F|October, 2019| |0.0128|0.171<br>calculated|.|[pi.c](https://gitlab.cba.mit.edu/zfredin/stm32f412_core/tree/master/nucleo-f412zg/pi)|C<br>floats, -O3, gcc-arm-none-eabi, 84 MHz|STM32F412<br>ARM Cortex M4F|October, 2019| -- GitLab