MikeLankamp/fpm

Does this library support fixed_48_16 ?

Closed this issue · 3 comments

RT

It should, but you need to use an 128-bit integer type as IntermediateType.

Thanks for your anwser, I already finish this, android, ios arm64 use builtin __int128, and other paltform, use absl::int128

And needs do some little changes of fpm, I will sync to you later.