mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
add extra note
This commit is contained in:
parent
1e7a03ef12
commit
eba13033af
1 changed files with 1 additions and 0 deletions
|
@ -1007,6 +1007,7 @@ fn quad_swap(
|
|||
continue :outer;
|
||||
},
|
||||
// TODO: Figure out why the reversed case below is broken in some cases.
|
||||
// Note, it seems like the reverse itself is not broken, but the count and pointer become off somehow.
|
||||
// 15 => {
|
||||
// // potentially already reverse ordered, check rest!
|
||||
// if (compare(cmp, cmp_data, arr_ptr + 1 * element_width, arr_ptr + 2 * element_width) == GT and compare(cmp, cmp_data, arr_ptr + 3 * element_width, arr_ptr + 4 * element_width) == GT and compare(cmp, cmp_data, arr_ptr + 5 * element_width, arr_ptr + 6 * element_width) == GT) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue