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

How do you think it will work with big endian systems? #4

Open
romange opened this issue Jul 13, 2017 · 1 comment
Open

How do you think it will work with big endian systems? #4

romange opened this issue Jul 13, 2017 · 1 comment

Comments

@romange
Copy link
Contributor

romange commented Jul 13, 2017

No description provided.

@pascaldekloe
Copy link
Owner

Flipping the byte order in an integer is just a single CPU instruction. However the unaligned memory access is quite unique for x86 as far as I know. At this level optimizations per architecture are required.

I planned some 64-bit ARM development this weekend. Access to a IBM Z-series would be much appreciated.

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

2 participants