@@ -285,8 +285,8 @@ function _ds_sort_int_missatright_nopermx_threaded!(x, original_P, copy_P, lo, h
285
285
where [1 ][label] += 1
286
286
end
287
287
else
288
- if Int (x[i]) % nt == thid
289
- label = Int (x[i]) + offs + 1
288
+ label = Int (x[i]) + offs + 1
289
+ if label % nt == thid
290
290
original_P[where [1 ][label] + lo - 1 ] = copy_P[i]
291
291
where [1 ][label] += 1
292
292
end
@@ -327,8 +327,8 @@ function _ds_sort_int_missatright_nopermx_threaded!(x, original_P, rangelen, min
327
327
where [1 ][label] += 1
328
328
end
329
329
else
330
- if Int (x[i]) % nt == thid
331
- label = Int (x[i]) + offs + 1
330
+ label = Int (x[i]) + offs + 1
331
+ if label % nt == thid
332
332
original_P[where [1 ][label]] = i
333
333
where [1 ][label] += 1
334
334
end
@@ -370,8 +370,8 @@ function _ds_sort_int_missatleft_nopermx_threaded!(x, original_P, copy_P, lo, hi
370
370
where [1 ][label] += 1
371
371
end
372
372
else
373
- if Int (x[i]) % nt == thid
374
- label = Int (x[i]) + offs + 2
373
+ label = Int (x[i]) + offs + 2
374
+ if label % nt == thid
375
375
original_P[where [1 ][label] + lo - 1 ] = copy_P[i]
376
376
where [1 ][label] += 1
377
377
end
@@ -413,8 +413,8 @@ function _ds_sort_int_missatleft_nopermx_threaded!(x, original_P, rangelen, minv
413
413
where [1 ][label] += 1
414
414
end
415
415
else
416
- if Int (x[i]) % nt == thid
417
- label = Int (x[i]) + offs + 2
416
+ label = Int (x[i]) + offs + 2
417
+ if label % nt == thid
418
418
original_P[where [1 ][label]] = i
419
419
where [1 ][label] += 1
420
420
end
@@ -453,8 +453,8 @@ function _ds_sort_int_missatright_nopermx_threaded_lm!(x, original_P, copy_P, lo
453
453
where [label] += 1
454
454
end
455
455
else
456
- if Int (x[i]) % nt == thid
457
- label = Int (x[i]) + offs + 1
456
+ label = Int (x[i]) + offs + 1
457
+ if label % nt == thid
458
458
original_P[where [label] + lo - 1 ] = copy_P[i]
459
459
where [label] += 1
460
460
end
@@ -490,8 +490,8 @@ function _ds_sort_int_missatright_nopermx_threaded_lm!(x, original_P, rangelen,
490
490
where [label] += 1
491
491
end
492
492
else
493
- if Int (x[i]) % nt == thid
494
- label = Int (x[i]) + offs + 1
493
+ label = Int (x[i]) + offs + 1
494
+ if label % nt == thid
495
495
original_P[where [label]] = i
496
496
where [label] += 1
497
497
end
@@ -528,8 +528,8 @@ function _ds_sort_int_missatleft_nopermx_threaded_lm!(x, original_P, copy_P, lo,
528
528
where [label] += 1
529
529
end
530
530
else
531
- if Int (x[i]) % nt == thid
532
- label = Int (x[i]) + offs + 2
531
+ label = Int (x[i]) + offs + 2
532
+ if label % nt == thid
533
533
original_P[where [label] + lo - 1 ] = copy_P[i]
534
534
where [label] += 1
535
535
end
@@ -566,8 +566,8 @@ function _ds_sort_int_missatleft_nopermx_threaded_lm!(x, original_P, rangelen, m
566
566
where [label] += 1
567
567
end
568
568
else
569
- if Int (x[i]) % nt == thid
570
- label = Int (x[i]) + offs + 2
569
+ label = Int (x[i]) + offs + 2
570
+ if label % nt == thid
571
571
original_P[where [label]] = i
572
572
where [label] += 1
573
573
end
0 commit comments