kaitai-io / kaitai_struct

Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby
https://kaitai.io
4.01k stars 196 forks source link

Implement 128-bit float from IEEE 754-2008 #101

Open KOLANICH opened 7 years ago

GreyCat commented 7 years ago

The main problem would be that the native support in programming language is near to non-existent. As far as I see in Wikipedia, there is some marginal support in Fortran and C/C++ compilers, but virtually nothing beyond that.

arekbulski commented 6 years ago

I have seen Float80 somewhere, I think it was in Hachoir. Same argument.