You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want use it on my aarch64(arm64) platform.
It means I must use SSE2NEON.h instead of emmintrin.h in ksw.c.
and the arm version gcc cannot use "-mpopcnt" and "-mssse3".
I want use it on my aarch64(arm64) platform.
It means I must use
SSE2NEON.h
instead ofemmintrin.h
inksw.c
.and the arm version gcc cannot use "-mpopcnt" and "-mssse3".
So we need this patch for aarch64 platform:
Is there any one can help us merge this feature to
smartdenovo
?The text was updated successfully, but these errors were encountered: