Skip to content

Commit

Permalink
Added improved support of f16
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jul 22, 2024
1 parent 16a0366 commit 7642f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/neon/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ mod convolve_f16;
mod convolve_f32;
#[cfg(all(feature = "half"))]
mod f16_utils;
#[cfg(all(feature = "half"))]
mod rgb_f16;
mod rgb_f32;
mod rgb_u8;
#[cfg(all(feature = "half"))]
mod rgba_f16;
mod rgba_f32;
mod rgba_u8;
Expand Down

0 comments on commit 7642f59

Please sign in to comment.