I've been looking for a simple 64bit fixed point library for small mcus (like modern clone of 8051/2 with 2kB of xram and 62kB of flash).
Like add, sub, mul, div, sqrt with 8.56 or 16.48 or 32.32 one, where the C compiler supports only int32_t.
I found some but the requirement is the C compiler has to provide int64_t..
Edit: specified the mcu