Skip to content

Commit

Permalink
LUV bugfixes, improve LCh
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jun 5, 2024
1 parent ffdc236 commit 5196f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/avx2_to_xyz_lab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use crate::x86_64_simd_support::*;
use std::arch::x86::*;
#[cfg(target_arch = "x86_64")]
use std::arch::x86_64::*;
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
use crate::luv::{LUV_CUTOFF_FORWARD_Y, LUV_MULTIPLIER_FORWARD_Y};

#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
Expand Down

0 comments on commit 5196f7f

Please sign in to comment.