From 0c6e32a24cf187503e194d1d58fde7bbb629da0f Mon Sep 17 00:00:00 2001 From: dzaima Date: Wed, 23 Oct 2024 21:53:48 +0300 Subject: [PATCH] fix si_select_cells_bit_lt64 signature --- src/builtins/cells.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/cells.c b/src/builtins/cells.c index b5561ccc..de5b1cee 100644 --- a/src/builtins/cells.c +++ b/src/builtins/cells.c @@ -219,7 +219,7 @@ NOINLINE B leading_axis_arith(FC2 fc2, B w, B x, usz* wsh, usz* xsh, ur mr) { // // fast special-case implementations -extern void (*const si_select_cells_bit_lt64)(uint64_t*,uint64_t*,uint32_t,uint32_t,uint32_t); // from fold.c (fold.singeli) +extern void (*const si_select_cells_bit_lt64)(u64*,u64*,usz,usz,usz); // from fold.c (fold.singeli) static NOINLINE B select_cells(usz ind, B x, usz cam, usz k, bool leaf) { // ind {leaf? <∘⊑; ⊏}⎉¯k x; TODO probably can share some parts with takedrop_highrank and/or call ⊏? ur xr = RNK(x); assert(xr>1 && k