universal icon indicating copy to clipboard operation
universal copied to clipboard

native posit serialization code

Open Ravenwater opened this issue 3 years ago • 0 comments

the posit operator<<() marshals its value through standard IEEE long double, thus limiting the accurate output of posit values that lie outside of the precision and dynamic range of IEEE long double.

we need a native serialization implementation to support arbitrary large posits. This will require an arbitrary precision float and its serialization.

Ravenwater avatar Oct 16 '20 18:10 Ravenwater