diff options
Diffstat (limited to 'src/makefile_d_ppc')
-rw-r--r-- | src/makefile_d_ppc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/makefile_d_ppc b/src/makefile_d_ppc index 22ef78b..5579fb8 100644 --- a/src/makefile_d_ppc +++ b/src/makefile_d_ppc @@ -24,6 +24,8 @@ SRC = tab_abs.c \ tab_copy.c \ tab_counter.c \ tab_cross_corr.c \ + tab_dbtopow.c \ + tab_dbtorms.c \ tab_div.c \ tab_eq.c \ tab_eq_scalar.c \ @@ -47,9 +49,11 @@ SRC = tab_abs.c \ tab_mul_scalar.c \ tab_ne.c \ tab_ne_scalar.c \ + tab_powtodb.c \ tab_reverse.c \ tab_rfft.c \ tab_rifft.c \ + tab_rmstodb.c \ tab_sqrt.c \ tab_sub.c \ tab_sum.c \ |