-
Notifications
You must be signed in to change notification settings - Fork 113
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
Comments
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 |
Thank you for your response. IS there any tuto to implement SSE and SSE2.
Le dim. 19 juil. 2020 à 2:41 AM, Sadjad Fouladi <[email protected]>
a écrit :
… 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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6H6X4737YSI6OT3DS46GTR4JFNJANCNFSM4PASWT5A>
.
|
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. |
Thank you so much Oguzhanfor your résponse.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Le lun. 10 août 2020 à 21:16, Oguzhan Ozturk <[email protected]> a
écrit :
… 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.
<https://simd-everywhere.github.io/blog/2020/06/22/transitioning-to-arm-with-simde.html>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6H6X3PWFGUXEKTRBUJ3VLSABIRTANCNFSM4PASWT5A>
.
|
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>
The text was updated successfully, but these errors were encountered: