Skip to content

Commit

Permalink
fn angular_ipred: Make safe w/ Rav1dPictureDataComponentOffset.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Jun 19, 2024
1 parent c82ccfe commit 59ab627
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 187 deletions.
3 changes: 1 addition & 2 deletions src/align.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//! [`Index`]/[`IndexMut`] (since it's usually array fields that require
//! specific aligment for use with SIMD instructions).
use crate::src::disjoint_mut::AsMutPtr;
use std::marker::PhantomData;
use std::mem;
use std::mem::MaybeUninit;
Expand All @@ -15,8 +16,6 @@ use std::ops::Index;
use std::ops::IndexMut;
use std::slice;

use crate::src::disjoint_mut::AsMutPtr;

/// [`Default`] isn't `impl`emented for all arrays `[T; N]`
/// because they were implemented before `const` generics
/// and thus only for low values of `N`.
Expand Down
Loading

0 comments on commit 59ab627

Please sign in to comment.