We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f431b60 commit fb3f9d5Copy full SHA for fb3f9d5
src/avx2/ycbcr.rs
@@ -21,6 +21,7 @@ macro_rules! ycbcr_image_avx2 {
21
impl<'a> $name<'a> {
22
#[target_feature(enable = "avx2")]
23
fn fill_buffers_avx2(&self, y: u16, buffers: &mut [Vec<u8>; 4]) {
24
+ // TODO: this compiles to many separate scalar loads and could be optimized further.
25
#[inline]
26
27
fn load3(data: &[u8]) -> __m256i {
0 commit comments