Search found 1 match
- Tue Jul 10, 2018 3:14 pm
- Forum: Report Bugs
- Topic: Unexpectedly low floating-point performance in C
- Replies: 28
- Views: 160234
Re: Unexpectedly low floating-point performance in C
Digging up this old thread... I ran some similar tests comparing the ESP32 to the STM32F767, and was similarly perplexed. I also tested integer arithmetic, and in that case the ESP32 did even worse. The F7 is 3-4x faster on integer adds, while running at 80% of the clock speed, 192 MHz (it can max o...