]> sigrok.org Git - libsigrok.git/commitdiff
binary_helpers: remove unused u64 and float variants (dead code)
authorGerhard Sittig <redacted>
Sun, 30 Apr 2023 09:02:47 +0000 (11:02 +0200)
committerGerhard Sittig <redacted>
Sun, 30 Apr 2023 09:34:07 +0000 (11:34 +0200)
Remove support for uint64_t and float data types in the extraction of
number values from byte streams. These are unused in current mainline.
The larger types even don't fit in the single precision result, the
32bit integer already suffers from precision loss during conversion
to float.


No differences found