Actions
Bug #669
openxdr should support 128-bit floats on x86
Status:
New
Priority:
Normal
Assignee:
-
Category:
lib - userland libraries
Start date:
2011-01-26
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
External Bug:
Description
Currently xdr only supports encoding 128-bit floating point values on sparc.
It should support it on x86 as well
Updated by Roland Mainz almost 13 years ago
As side-note: 32bit x86 uses 80bit floating-point which is more or less non-standard from the viewpoint of IEEE754-2008. Technically the 80bit need to be extended to 128bit ("binary128" in IEEE754 language) before being send over the wire.
Actions