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
Or at least the tests? ch-self-test.c has a bunch of tests of the form ch_double_to_packed_float(3.1415, &pf) followed by pulling out the low 16 bits and high 16 bits of the ChPackedFloat and then expecting them to have certain values. I don't think this works on big-endian systems.
Empirically, I'm now running these tests in the Debian packaging and they're failing on big-endian systems.
The text was updated successfully, but these errors were encountered:
Or at least the tests?
ch-self-test.c
has a bunch of tests of the formch_double_to_packed_float(3.1415, &pf)
followed by pulling out the low 16 bits and high 16 bits of theChPackedFloat
and then expecting them to have certain values. I don't think this works on big-endian systems.Empirically, I'm now running these tests in the Debian packaging and they're failing on big-endian systems.
The text was updated successfully, but these errors were encountered: