Skip to content

fbench port to Arduino (compatible with LGT8Fx)

Notifications You must be signed in to change notification settings

sandyi5/arduino_fbench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

arduino_fbench

fbench port to Arduino (compatible with LGT8Fx)

This is a quick and dirty port of the John Walker's Floating Point Benchmark to Arduino.

This port is mainly intended to compare performances between ATmega328p and LGT8F328p, and between different compilation optimization levels.

optimization LGT8F328p @ 32MHz LGT8F328p @ 16MHz ATmega328p @ 16MHz
Os 4.670s
O0 5.105s
O1 4.657s
O2 4.651s
O3 4.651s 9.301s 10.894s
Ofast 4.605s 9.209s 10.774s

License

The license is any license that is compatible with the original license of Fbench visible into the source code.

About

fbench port to Arduino (compatible with LGT8Fx)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%