Skip to content
Snippets Groups Projects
Commit 0ed013ba authored by Zach Fredin's avatar Zach Fredin
Browse files

fixed math error :-/

parent 42436dce
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,4 @@ After re-consulting the data sheet, I changed the calculation variables from `do ...@@ -9,4 +9,4 @@ After re-consulting the data sheet, I changed the calculation variables from `do
![pi capture2](pi_capture2.png) ![pi capture2](pi_capture2.png)
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment