PaulStoffregen/MahonyAHRS

sqrt to sqrtf

Closed this issue · 0 comments

could get a little speedup by changing
bx = sqrt(hx * hx + hy * hy);
to use sqrtf()

also in Madgwick
_2bx = sqrt(hx * hx + hy * hy);