-
Notifications
You must be signed in to change notification settings - Fork 36
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
Please support big-endian architectures #79
Comments
Hi, If the arch is not LITTLE-ENDIAN, I've tried to implement a patch that makes no assumption and resorts to a much simpler and less efficient implementation. I would appreciate it if you could try it on your BIG-ENDIAN machine (I would like to avoid building a qemu BIG-ENDIAN ARM). Let me know. |
Hi, I've re run the test on s390x:
I have attached the test results to the launchpad bug |
Ok, this looks good. The failing tests are those using Therefore, avoid using med/low memory modes in the BIG-ENDIAN and you are good to go. In any case, I always suggest using the classic WFA or the memory-efficient BiWFA. I hope this is satisfactory to you. |
Hi,
Would it be possible to consider supporting BIG_ENDIAN architectures such as S390X ?
Running tests for them at the moment results in failures due to the assumptions about the byte order:
The text was updated successfully, but these errors were encountered: