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

Support for arm64 #354

Closed
ankane opened this issue Dec 29, 2020 · 1 comment
Closed

Support for arm64 #354

ankane opened this issue Dec 29, 2020 · 1 comment

Comments

@ankane
Copy link

ankane commented Dec 29, 2020

Hi, thanks for this great library!

Currently, a few files (model_parameters.cc, fm_score.cc, and ffm_score.cc) depend on SSE, which isn't available on arm64 (used by the new M1 Macs). It'd be nice if there was support for ARM in the future.

model_parameters.cc compiles with:

#if defined(__SSE__)
#include <pmmintrin.h>  // for SSE
#endif

but it looks like fm_score.cc and ffm_score.cc need larger changes.

@ankane ankane closed this as completed Feb 8, 2022
@fxcoudert
Copy link

This was not completed :(

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