Skip to content

Commit

Permalink
RGB to yuv NV fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Nov 22, 2024
1 parent dc0f32c commit a46135c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rgb_to_nv_p16.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ fn rgbx_to_yuv_bi_planar_10_impl<
}
};

#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
let _use_sse = std::arch::is_x86_feature_detected!("sse4.1");

let y_plane = bi_planar_image.y_plane.borrow_mut();
let uv_plane = bi_planar_image.uv_plane.borrow_mut();
let y_stride = bi_planar_image.y_stride;
Expand Down

0 comments on commit a46135c

Please sign in to comment.