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

Endianness #7

Open
mikilian opened this issue Jun 10, 2022 · 0 comments
Open

Endianness #7

mikilian opened this issue Jun 10, 2022 · 0 comments
Assignees

Comments

@mikilian
Copy link
Collaborator

Windows, macOS (Intel and m1/m2) and a lot of UNIX based systems use little endian byte order. However, not all of them do, so support for such architectures would be nice.

Could be done using a data_view class which wrapps std::ifstream.

@mikilian mikilian self-assigned this Jun 10, 2022
@mikilian mikilian added this to To do in Version 2.0.0 via automation Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant