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

Only x86* is supported #8

Open
ggardet opened this issue Apr 30, 2018 · 3 comments
Open

Only x86* is supported #8

ggardet opened this issue Apr 30, 2018 · 3 comments

Comments

@ggardet
Copy link

ggardet commented Apr 30, 2018

Currently, only x86* is supported due to SSE. It would be nice to enable it for other archs too.

@mark-stopka
Copy link

mark-stopka commented Dec 14, 2020

Agreed! @mimi1vx any idea how much work that would be? Use the C without optimizations on generic platforms, and make SSE2 conditional on non-x86 platforms?

@DanBurton
Copy link

bump

@ivb-supercede
Copy link

If this is still important to anyone - it was to us, since we're using password - we've got a fork over here that binds to Tarsnap's system library instead.

The Tarsnap library has all the necessary conditional compilation to make it cross-platform, so it can be used on at least some non-x86 machines.

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

4 participants