mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-13 17:08:10 -05:00
* Add fast fma functions * Use fast fma functions * Add fast pow function * Use fast pow function * Fix build * Remove fastFma * Avoid UB in fastPow On GCC with -O1 or -O2 optimizations, this new implementation generates identical assembly to the old union-based implementation