minimap2 icon indicating copy to clipboard operation
minimap2 copied to clipboard

Added travisCI SIMDe example for arm64 + fix to Makefile for SIMDe

Open mbrcic opened this issue 4 years ago • 3 comments

Reproductive command steps for arm64 minimap2 using SIMDe, as asked in: https://github.com/lh3/minimap2/pull/597

In process, I have fixed an error in Makefile.simde that probably appeared during the merge of previous PR.

mbrcic avatar May 11 '20 21:05 mbrcic

Thanks! awesome! Let's wait @lh3 's response.

junaruga avatar May 11 '20 21:05 junaruga

With this syntax mistake fixed, travisCI should do 7 tests, twice on arm64.

mbrcic avatar May 11 '20 21:05 mbrcic

I think it's better to unify this PR's 2 commits to 1 commit by doing squash. (such as git rebase -i <commit hash>).

junaruga avatar May 17 '20 17:05 junaruga