@ -16,7 +16,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma GCC optimize("O3")
#pragma GCC optimize("O2")
#include "AP_Math.h"
@ -2,7 +2,7 @@
* N dimensional matrix operations
#include "matrixN.h"
@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License along
#include <AP_HAL/AP_HAL.h>
@ -18,7 +18,7 @@
/*
* The point in polygon algorithm is based on: