Skip to content

Commit c97390d

Browse files
update abPOA submodule and rename SIMD source files in CMakeLists.txt
1 parent 6a2193d commit c97390d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ add_library(abpoa STATIC
286286
${abpoa_SOURCE_DIR}/src/abpoa_seq.c
287287
${abpoa_SOURCE_DIR}/src/kalloc.c
288288
${abpoa_SOURCE_DIR}/src/kstring.c
289-
${abpoa_SOURCE_DIR}/src/simd_abpoa_align.c
289+
${abpoa_SOURCE_DIR}/src/abpoa_align_simd.c
290+
${abpoa_SOURCE_DIR}/src/abpoa_simd.c
290291
${abpoa_SOURCE_DIR}/src/simd_check.c
291292
${abpoa_SOURCE_DIR}/src/utils.c)
292293

0 commit comments

Comments
 (0)