mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 15:43:06 +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