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

ARM architecture support #14

Open
amineism opened this issue Aug 11, 2024 · 2 comments
Open

ARM architecture support #14

amineism opened this issue Aug 11, 2024 · 2 comments
Assignees

Comments

@amineism
Copy link

amineism commented Aug 11, 2024

Hello,

Interested in trying the tool and wanted to know if this was currently only compatible with x86/AMD64 architectures. If so, is there any plan to make it ARM compatible ? Thanks

Currently trying to make it work on ARM but some parts of the code seem to be using x86-specific intrinsic functions. Getting the following errors when running ninja -C build. Also had to remove the -mssse3 and -msse4.2 flags from the build.ninja file for attain this step in ARM. Had to make a few changes in the apt install command as well.

@kalmjasper
Copy link
Contributor

kalmjasper commented Aug 11, 2024

Yes I'd like to rewrite this code to enable the compiler to insert the ARM/x86 vector instructions. Coming up :) Shouldn't be too much work I think

@kalmjasper
Copy link
Contributor

You can try it out with any random x86 VPS for now. Adding ARM support is definitely a must nowadays though

@kalmjasper kalmjasper self-assigned this Aug 11, 2024
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