Skip to content

Commit

Permalink
Correct issue 214
Browse files Browse the repository at this point in the history
Missing file in MatrixFunctions cmake
  • Loading branch information
christophe0606 committed Oct 25, 2024
1 parent bce4134 commit c410a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/MatrixFunctions/Config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ MatrixFunctions/arm_mat_sub_f64.c
MatrixFunctions/arm_mat_trans_f64.c
MatrixFunctions/arm_mat_qr_f64.c
MatrixFunctions/arm_householder_f64.c
MatrixFunctions/arm_mat_init_f64.c
)

set(SRCF32 MatrixFunctions/arm_mat_add_f32.c
Expand Down

0 comments on commit c410a2c

Please sign in to comment.