Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jan 5, 2025
1 parent 64bbe5d commit f9935fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/avx2/vertical_u8.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ unsafe fn convolve_vertical_avx_row_reg(
convolve_vertical_avx_row_impl::<false>(_ignored, bounds, src, dst, src_stride, weights);
}

#[cfg(feature = "nightly_avx512")]
#[target_feature(enable = "avx2", enable = "avxvnni")]
/// This inlining is required to activate all features for runtime dispatch
unsafe fn convolve_vertical_avx_row_dot(
Expand Down

0 comments on commit f9935fd

Please sign in to comment.