Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong byte order for FLOAT and DOUBLE types in headers #519

Open
mpollov opened this issue Dec 22, 2023 · 0 comments
Open

Wrong byte order for FLOAT and DOUBLE types in headers #519

mpollov opened this issue Dec 22, 2023 · 0 comments

Comments

@mpollov
Copy link

mpollov commented Dec 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant