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

Big-endian system test #19

Open
danpovey opened this issue Oct 22, 2019 · 2 comments
Open

Big-endian system test #19

danpovey opened this issue Oct 22, 2019 · 2 comments

Comments

@danpovey
Copy link
Owner

I'd like to find a way to test this on a big-endian system. @funcwj or @soroushzargar do you have any ideas on this? A system emulator should be OK.

System compatibility is going to be a big deal here because of the nature of the algorithm (it requires perfectly identical computations on the system where it was compressed and where it's decompressed; that's why everything is done in integer arithmetic).

@csukuangfj
Copy link
Collaborator

I think we can use qemu to do that.

We can compile qemu to get a binary aarch64_be-linux-user, which is able to emulate big endian 64-bit arm on x86 machines.

But lilcom depends on Python, I am not sure how easy it is to test it with aarch64_be-linux-user.

@danpovey
Copy link
Owner Author

this is not super urgent I'd say, I doubt people are going to be doing much training on big endian systems.

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