Does this library support fixed_48_16 ?
Closed this issue · 3 comments
halx99 commented
RT
MikeLankamp commented
It should, but you need to use an 128-bit integer type as IntermediateType
.
halx99 commented
Thanks for your anwser, I already finish this, android, ios arm64 use builtin __int128, and other paltform, use absl::int128
halx99 commented
And needs do some little changes of fpm, I will sync to you later.