You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have big endian decoding. Lets get little endian decoding going as well. For this, a switch to from_be_bytes and from_le_bytes will be in order. We dont send bitaligned floats anyway.
Acceptance Criteria
Test and ensure can read both little endian floats (not endian swapped in C) and big endian floats.
Proposed Solution
Change the match statements to from_be_bytes and from_le_bytes, from_bits isnt needed.
The text was updated successfully, but these errors were encountered:
Description
We have big endian decoding. Lets get little endian decoding going as well. For this, a switch to from_be_bytes and from_le_bytes will be in order. We dont send bitaligned floats anyway.
Acceptance Criteria
Test and ensure can read both little endian floats (not endian swapped in C) and big endian floats.
Proposed Solution
Change the match statements to from_be_bytes and from_le_bytes, from_bits isnt needed.
The text was updated successfully, but these errors were encountered: