|
|
|
|
|
by sitkack
622 days ago
|
|
I understand what you are saying ... You aren't guaranteed that your microcontrollers float is going to match your desktop. Microcontrollers are riddled with bugs, unless you need floats and fixedpoint is fast enough. My recommendation is still to use fixedpoint if application is high reliability. Esp if your code needs to be portable across arm, risc-v, etc. |
|
Fixed point isn't bad at all, just often slower when a compliant FPU is available.