Skip to content

Commit

Permalink
Added Jzazbz and Jzczhz
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jul 21, 2024
1 parent cc616e1 commit 3d37974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sse/jzazbz_to_image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ unsafe fn sse_jzazbz_vld<const CHANNELS_CONFIGURATION: u8, const TARGET: u8>(
let v_scale_alpha = _mm_set1_ps(255f32);
let image_configuration: ImageConfiguration = CHANNELS_CONFIGURATION.into();

let (mut jz, mut az, mut bz, mut a_f32) = load_f32_and_deinterleave!(src, image_configuration);
let (jz, mut az, mut bz, mut a_f32) = load_f32_and_deinterleave!(src, image_configuration);

if target == JzazbzTarget::JZCZHZ {
let cz = az;
Expand Down

0 comments on commit 3d37974

Please sign in to comment.