Do libraries like libfixmath perform better than arm FP and NEON or is there no gain from fixed point over existing FP hw?
I'm considering converting all instances of float in my code to a fixed point C++ class (similar to libfixmath) to optimize in terms of run-time an algorithm running on a Cortex-A9. The question is whether someone has any experience with this.
Current results with several fixed-point implementations both on Intel-i5 and on ARM-Cortex-A9 didn't show any improvement with fixed-point over floating point HW.