From b08534ce3c8818232090fbdd7ba62d31bc9123f3 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Mon, 16 Aug 2021 20:06:40 -0400 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3a69c..cd8fd87 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,6 @@ |estimated GFlops|estimated GFlops/W|estimated GFlops/$|code|description|system|date| |---|---|---|---|---|---|---| -|0.093|0.38|0.012|[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<br>600 MHz|August, 2021| |0.0168|0.233|0.004|[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|0.002|[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