fix for Neon after test.

This commit is contained in:
mbrcic 2020-04-21 02:08:21 +02:00
parent 3e16e4e39d
commit 2b3403f094
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ else # if sse2only is defined
OBJS+=ksw2_extz2_sse.o ksw2_extd2_sse.o ksw2_exts2_sse.o
endif
else # if arm_neon is defined
OBJS+=ksw2_ll_sse.o ksw2_extz2_neon.o ksw2_extd2_neon.o ksw2_exts2_neon.o
OBJS+=ksw2_ll_neon.o ksw2_extz2_neon.o ksw2_extd2_neon.o ksw2_exts2_neon.o
ifeq ($(simde),) # arm_neon without SIMDe -> use sse2neon
INCLUDES+=-Isse2neon
endif