mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 07:28:29 -04:00
d4daf19151
compile time optimization Functions like sq() are better moved to the header file as inline. Compiler can then optimize these out when used in code, this saves cpu cycles with stack push, pop during function calls. |
||
---|---|---|
.. | ||
examples | ||
AP_Math_AVR_Compat.h | ||
AP_Math.cpp | ||
AP_Math.h | ||
edc.cpp | ||
edc.h | ||
keywords.txt | ||
location.cpp | ||
matrix3.cpp | ||
matrix3.h | ||
matrix_alg.cpp | ||
polygon.cpp | ||
polygon.h | ||
quaternion.cpp | ||
quaternion.h | ||
rotations.h | ||
vector2.cpp | ||
vector2.h | ||
vector3.cpp | ||
vector3.h | ||
vectorN.h |