Closed althonos closed 2 years ago
Hi again!
I noticed that in the current makefile, src/lcs/lcsbp_avx_intr.cpp was being built instead of src/lcs/lcsbp_neon_intr.cpp when building for the NEON platform. I fixed the make rule accordingly.
makefile
src/lcs/lcsbp_avx_intr.cpp
src/lcs/lcsbp_neon_intr.cpp
The pull request has been merged through our development repository.
Hi again!
I noticed that in the current
makefile
,src/lcs/lcsbp_avx_intr.cpp
was being built instead ofsrc/lcs/lcsbp_neon_intr.cpp
when building for the NEON platform. I fixed the make rule accordingly.