remove unused #undef
This commit is contained in:
parent
aee745a7d6
commit
da1062c81c
@ -320,7 +320,6 @@ B count_c1(B t, B x) {
|
|||||||
else if (n <= 1<<15) { COUNT_BOOL(i16) }
|
else if (n <= 1<<15) { COUNT_BOOL(i16) }
|
||||||
else { COUNT_BOOL(i32) }
|
else { COUNT_BOOL(i32) }
|
||||||
decG(x); return r;
|
decG(x); return r;
|
||||||
#undef COUNT_LOOP
|
|
||||||
#undef COUNT_BOOL
|
#undef COUNT_BOOL
|
||||||
}
|
}
|
||||||
if (use_sorted(x, lw) && n>16 && (lw>4 || n<1<<16)) { // ↕∘≠(⊣-⌈`∘×)∊
|
if (use_sorted(x, lw) && n>16 && (lw>4 || n<1<<16)) { // ↕∘≠(⊣-⌈`∘×)∊
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user