fix for Neon after test.
This commit is contained in:
parent
3e16e4e39d
commit
2b3403f094
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ else # if sse2only is defined
|
||||||
OBJS+=ksw2_extz2_sse.o ksw2_extd2_sse.o ksw2_exts2_sse.o
|
OBJS+=ksw2_extz2_sse.o ksw2_extd2_sse.o ksw2_exts2_sse.o
|
||||||
endif
|
endif
|
||||||
else # if arm_neon is defined
|
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
|
ifeq ($(simde),) # arm_neon without SIMDe -> use sse2neon
|
||||||
INCLUDES+=-Isse2neon
|
INCLUDES+=-Isse2neon
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue