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
Describe the bug
Implementation of InBuffer::nextFloat(), InBuffer::nextDouble() and OutBuffer::add(float value), OutBuffer::add(double value) don't use byte order correction.
Expected behavior and actual behavior
Readed four byte FLOAT or eight byte DOUBLE corrected as expected for host platform.
The text was updated successfully, but these errors were encountered:
Describe the bug
Implementation of InBuffer::nextFloat(), InBuffer::nextDouble() and OutBuffer::add(float value), OutBuffer::add(double value) don't use byte order correction.
Expected behavior and actual behavior
Readed four byte FLOAT or eight byte DOUBLE corrected as expected for host platform.
The text was updated successfully, but these errors were encountered: