80-bit (long double) support?

2020-10-03 Thread robert_m_muench
Thanks for the snippet... we currently have that code in C, and I think it's best to keep it there and access the results. It looks like a simple route with Nim because it compiles to C and should fit with the rest of the code-base.

80-bit (long double) support?

2020-10-03 Thread robert_m_muench
Since Nim doesn't seem to support 80-Bit IEEE floats, how am I supposed to deal with them? And yes, we have a codebase in C that uses these numbers.