Skip to content

Commit

Permalink
Closes rapidsai#490
Browse files Browse the repository at this point in the history
  • Loading branch information
benlansdell committed Jan 30, 2023
1 parent 8a66080 commit 3d29e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
float s = __uint2float_rn((unsigned int)s_char);
float v = __uint2float_rn((unsigned int)v_char);
if (s == 0) {
if (v == 0) {
// write zero and out
output_rgb[idx] = 0;
output_rgb[idx+pitch] = 0;
Expand Down

0 comments on commit 3d29e7d

Please sign in to comment.