File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,9 +51,11 @@ target_sources(NMSISDSP PRIVATE FilteringFunctions/riscv_correlate_q15.c)
5151target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_correlate_q31.c )
5252target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_correlate_q7.c )
5353target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_f32.c )
54+ target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_f64.c )
5455target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_fast_q15.c )
5556target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_fast_q31.c )
5657target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_init_f32.c )
58+ target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_init_f64.c )
5759target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_init_q15.c )
5860target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_init_q31.c )
5961target_sources (NMSISDSP PRIVATE FilteringFunctions/riscv_fir_decimate_q15.c )
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ cmake_minimum_required (VERSION 3.14)
44
55
66set (SRCF64 MatrixFunctions/riscv_mat_cholesky_f64.c
7+ MatrixFunctions/riscv_mat_init_f64.c
78MatrixFunctions/riscv_mat_inverse_f64.c
89MatrixFunctions/riscv_mat_ldlt_f64.c
910MatrixFunctions/riscv_mat_mult_f64.c
You can’t perform that action at this time.
0 commit comments