-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use sse2neon.h shim for aarch64 support #23
base: master
Are you sure you want to change the base?
Conversation
Remove -m64 CFLAG because it is x86_64 specific Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Also added Github Actions based CI config. |
50a1ed1
to
bdd6214
Compare
Any chance this PR could be reviewed and eventually merged ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, @martin-g !
Your PR helped me build GraphMap2 on Linux aarch64!
How about aarch64 for MacOS? I have the following error: src/ksw2/ksw2_ll_sse.cc:4:10: fatal error: emmintrin.h: No such file or directory I use brew installed GCC/G++. Thanks, Jianshu |
sse2neon.h is taken from https://github.com/DLTcollab/sse2neon/releases/tag/v1.5.1.
Remove -m64 CFLAG because it is x86_64 specific and it is GCC's default for 64-bit systems anyway.
Fixes #21 and #22