Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ardupilotwaf: add -fno-math-errno to ChibiOS boards
Allows better use of math instructions as opposed to calling library functions to implement math like `sqrt`. This saves flash and increases speed. ArduPilot does not use EDOM or ERANGE anyway. Might cause issues with malloc errno: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88576 but ArduPilot does not check for ENOMEM or use errno much anyway.
- Loading branch information