introduce bitloops

This commit is contained in:
mike
2026-01-17 03:42:33 +01:00
parent d3c7128cf9
commit 81ea708345
2 changed files with 6 additions and 41 deletions

View File

@@ -155,7 +155,7 @@ public class SwedishGeneratorTest {
placeWord(grid, grid.g, Slot.packSlotKey(0, CLUE_RIGHT), 1L << OFF_2_0, 0, Lemma.from(0, "C"));
var key = Slot.packSlotKey(OFF_1_0, CLUE_RIGHT);
var pattern = patternForSlot(grid.lo, grid.hi, grid.g, key, 7L, 0L);
assertEquals(1L | (55L << 16), pattern);
assertEquals(14081L, pattern);
}
@Test