Skip to content

Commit

Permalink
fn cdef_dsp_init_*: Deduplicate w/ generics
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Dec 5, 2023
1 parent 487982c commit d9ee7c4
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 463 deletions.
4 changes: 0 additions & 4 deletions lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ pub mod src {
mod cdef_apply_tmpl_16;
#[cfg_attr(not(feature = "bitdepth_8"), allow(dead_code))]
mod cdef_apply_tmpl_8;
#[cfg_attr(not(feature = "bitdepth_16"), allow(dead_code))]
mod cdef_tmpl_16;
#[cfg_attr(not(feature = "bitdepth_8"), allow(dead_code))]
mod cdef_tmpl_8;
mod cdf;
mod const_fn;
pub mod cpu;
Expand Down
Loading

0 comments on commit d9ee7c4

Please sign in to comment.