AP_Common: add comment on top of float16 storage

there are multiple standards for storing these values
This commit is contained in:
Peter Barker 2024-08-22 13:05:25 +10:00 committed by Andrew Tridgell
parent b4e3b6cdd5
commit 1c15488e35
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
/*
float16 implementation
Note that this is IEEE half-precision 16-bit float, *not* bfloat16
algorithm with thanks to libcanard:
https://github.com/dronecan/libcanard
*/