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

sse should be used only on x86_64 #22

Open
martin-g opened this issue Jul 15, 2022 · 1 comment
Open

sse should be used only on x86_64 #22

martin-g opened this issue Jul 15, 2022 · 1 comment

Comments

@martin-g
Copy link

Related to #21

Trying to build on Linux ARM64 leads to the following error:

g++ -static-libgcc -static-libstdc++ -D__cplusplus=201103L -I"./src/" -I"/usr/include/" -I"codebase/seqlib/src/libs/seqan-library-2.0.1/include" -I"codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/" -Icodebase/argumentparser/src -Icodebase/seqlib/src -Icodebase/gindex/src -DRELEASE_VERSION -g -O3 -fdata-sections -ffunction-sections -c -fmessage-length=0 -ffreestanding -fopenmp -std=c++11 -Werror=return-type -pthread  -o obj_linux/src/ksw2/ksw2_ll_sse.o src/ksw2/ksw2_ll_sse.cc
src/ksw2/ksw2_ll_sse.cc:4:10: fatal error: emmintrin.h: No such file or directory
 #include <emmintrin.h>
          ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:124: obj_linux/src/ksw2/ksw2_ll_sse.o] Error 1

SSE and AVX are x86_64 specific features.

Could I please request adding support for Linux ARM64 ?

@martin-g
Copy link
Author

Will be fixed with #23

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

1 participant