mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 22:30:05 +00:00
* always allow integer comparison operations no matter the bit width, signedness, or comptime-ness of operands. closes #2133 * implement comparisons for vectors, which returns vector of bools. closes #3001