| ... | @@ -1175,7 +1175,7 @@ pub const Cpu = struct { | ... | @@ -1175,7 +1175,7 @@ pub const Cpu = struct { |
| 1175 | pub const Set = struct { | 1175 | pub const Set = struct { |
| 1176 | ints: [usize_count]usize, | 1176 | ints: [usize_count]usize, |
| 1177 | | 1177 | |
| 1178 | pub const needed_bit_count = 288; | 1178 | pub const needed_bit_count = 317; |
| 1179 | pub const byte_count = (needed_bit_count + 7) / 8; | 1179 | pub const byte_count = (needed_bit_count + 7) / 8; |
| 1180 | pub const usize_count = (byte_count + (@sizeOf(usize) - 1)) / @sizeOf(usize); | 1180 | pub const usize_count = (byte_count + (@sizeOf(usize) - 1)) / @sizeOf(usize); |
| 1181 | pub const Index = std.math.Log2Int(std.meta.Int(.unsigned, usize_count * @bitSizeOf(usize))); | 1181 | pub const Index = std.math.Log2Int(std.meta.Int(.unsigned, usize_count * @bitSizeOf(usize))); |