Skip to content

Commit fb3f9d5

Browse files
committed
add a TODO
1 parent f431b60 commit fb3f9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/avx2/ycbcr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ macro_rules! ycbcr_image_avx2 {
2121
impl<'a> $name<'a> {
2222
#[target_feature(enable = "avx2")]
2323
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.
2425
#[inline]
2526
#[target_feature(enable = "avx2")]
2627
fn load3(data: &[u8]) -> __m256i {

0 commit comments

Comments
 (0)