From 0ed013baea8c2f4ed0ec8a284ab9364a98031e39 Mon Sep 17 00:00:00 2001 From: Zach Fredin <zach.fredin@cba.mit.edu> Date: Sat, 19 Oct 2019 09:12:33 -0400 Subject: [PATCH] fixed math error :-/ --- nucleo-f412zg/pi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleo-f412zg/pi/README.md b/nucleo-f412zg/pi/README.md index 2aa8679..0ba1ad8 100644 --- a/nucleo-f412zg/pi/README.md +++ b/nucleo-f412zg/pi/README.md @@ -9,4 +9,4 @@ After re-consulting the data sheet, I changed the calculation variables from `do  -Using the above calculations, this suggests the STM32F412 is running at 1.95 MFLOPS, or 33 clock cycles per iteration. Adding the `-ffast-math` option to `rules.mk` did not change this number. +Using the above calculations, this suggests the STM32F412 is running at 12.79 MFLOPS, or 33 clock cycles per iteration. Adding the `-ffast-math` option to `rules.mk` did not change this number. \ No newline at end of file -- GitLab