mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 11:03:11 +00:00
* Sema: allow binary operations and boolean not on vectors of bool * langref: Clarify use of operators on vectors (`and` and `or` not allowed) closes #24093