Skip to content

Commit

Permalink
Fix warnings in looprestauration.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Mar 19, 2024
1 parent 5b4dcd0 commit af9931d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/looprestoration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,7 @@ unsafe fn rav1d_sgr_box35_row_h_neon<BD: BitDepth>(
)
}

#[cfg(all(feature = "asm", target_arch = "aarch64"))]
extern "C" {
fn dav1d_sgr_box3_vert_neon(
sumsq: *mut *mut i32,
Expand Down

0 comments on commit af9931d

Please sign in to comment.