You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: bluetooth: Add CONFIG_FPU to ranging requestor sample
Using the FPU to accelerate floating point operations improves the
runtime performance of estimate_distance() significantly.
runtime without FPU: ~13.5 ms
runtime with FPU: ~7ms
Signed-off-by: Olivier Lesage <[email protected]>
0 commit comments