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

minimap2 on ARM processors #81

Merged
merged 1 commit into from
Dec 16, 2017
Merged

minimap2 on ARM processors #81

merged 1 commit into from
Dec 16, 2017

Conversation

hasindu2008
Copy link
Contributor

A workaround to get minimap2 working on ARM processors using their NEON SIMD instructions.

  • The headers that convert SSE to NEON are in sse2neon/emmintrin.h
  • Some options were added to the makefile
  • can be compiled for ARM with make arm_neon=1
  • tested on Odroid XU4 and Raspberry Pi 3

@lh3 lh3 merged commit 23a846c into lh3:master Dec 16, 2017
@lh3
Copy link
Owner

lh3 commented Dec 16, 2017

Thanks a lot. I like the way the changes were made. I don't have arm-based machines, so I am unable to test it myself. I will trust you on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants