GDCC
GDCC copied to clipboard
Saturating fixed point types
Since I use Embedded C's fixed point semantics, that should include implementing _Sat
/sat
. Finding ways to do so efficiently might be a challenge, though.