From: Gerhard Sittig Date: Thu, 11 Jun 2020 15:19:50 +0000 (+0200) Subject: libsigrok-internal: add endianess helpers for floating point types X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=daa895cba3836f3bd5e02b845f85e23854dff820;hp=daa895cba3836f3bd5e02b845f85e23854dff820;p=libsigrok.git libsigrok-internal: add endianess helpers for floating point types Extend the common set of endianess conversion helpers. Cover readers and writers for little endian single and double precision and 64bit integer values, including support to advance the read/write position. ---