B |= B << wBit s set means "sum s is reachable". Adding item w shifts every reachable sum up by w (one instruction, 64 lanes) and OR-merges — the /64 win.
/64 constant-factor win, not a Big-O change).
See junior.md and professional.md for the proof that shift = "add w to every reachable sum at once".