Fix non-SSE2 build

This commit is contained in:
Flössie 2020-05-28 09:00:11 +02:00
parent 822053f897
commit c33835a179

View File

@ -2131,7 +2131,6 @@ void ImProcFunctions::ciecamloc_02float(int sp, LabImage* lab)
J, C, h, J, C, h,
xw2, yw2, zw2, xw2, yw2, zw2,
c2, nc2, pow1n, nbbj, ncbj, flj, czj, dj, awj); c2, nc2, pow1n, nbbj, ncbj, flj, czj, dj, awj);
float x, y, z;
x = xx * 655.35f; x = xx * 655.35f;
y = yy * 655.35f; y = yy * 655.35f;
z = zz * 655.35f; z = zz * 655.35f;