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

error when installing salsify on raspberry pi 3 #87

Open
yassineberradi opened this issue Jul 19, 2020 · 4 comments
Open

error when installing salsify on raspberry pi 3 #87

yassineberradi opened this issue Jul 19, 2020 · 4 comments

Comments

@yassineberradi
Copy link

yassineberradi commented Jul 19, 2020

when i execute the command make -j$(nproc)o on raspberry pi 3 i get the error below:

In file included from macroblock.cc:34:
quantization.cc:37:10: fatal error: emmintrin.h: No such file or directory
#include <emmintrin.h>

@sadjad
Copy link
Member

sadjad commented Jul 19, 2020

Hello there,

Compiling alfalfa requires support for SSE and SSE2, which are x86-specific. It should be possible to rewrite those parts to use NEON for ARM CPUs, but the current code only supports x86_64 builds.

--Sadjad

@yassineberradi
Copy link
Author

yassineberradi commented Jul 19, 2020 via email

@oguzhanmeteozturk
Copy link

I recently came across this library which might be relevant to this question. https://github.com/simd-everywhere/simde There is also a tutorial on their blog on how one can run SSE SSE2 instructions on ARM as NEON instructions.

@yassineberradi
Copy link
Author

yassineberradi commented Aug 19, 2020 via email

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

3 participants