author | Sebastian Harl <sh@tokkee.org> | |
Tue, 23 Dec 2014 17:16:13 +0000 (18:16 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 23 Dec 2014 17:16:13 +0000 (18:16 +0100) | ||
commit | 7624ec9003444dbd76f03dfeda38167f3831fc48 | |
tree | b6daac364b44628d6e950631effbcfb0fbca8d1a | tree | snapshot |
parent | 895a5695294975c87e1695f41be997fbeac85563 | commit | diff |
proto: Added support for marshaling double-precision values.
For this, determine the memory layout of doubles in 'configure' and then use
IEEE-754 big-endian encoding on the wire. For now, only little- and big-endian
IEEE-754 doubles are supported but that'll cover the vast majority of all
systems.
For this, determine the memory layout of doubles in 'configure' and then use
IEEE-754 big-endian encoding on the wire. For now, only little- and big-endian
IEEE-754 doubles are supported but that'll cover the vast majority of all
systems.
configure.ac | diff | blob | history | |
src/utils/proto.c | diff | blob | history | |
t/unit/utils/proto_test.c | diff | blob | history |