Skip to content

Commit

Permalink
SSE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Sep 25, 2024
1 parent 5dee5a7 commit 9873f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sharpyuv/sharp_rgba_to_yuv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* // Use of this source code is governed by a BSD-style
* // license that can be found in the LICENSE file.
*/
#[cfg(all(target_arch = "aarch64", target_feature = "neon"))]
use crate::sharpyuv::neon::neon_rgba_to_sharp_yuv;
use crate::sharpyuv::SharpYuvGammaTransfer;
use crate::yuv_support::*;
Expand Down

0 comments on commit 9873f34

Please sign in to comment.