mirror of
https://github.com/ziglang/zig.git
synced 2026-01-18 05:15:18 +00:00
* add `@divTrunc` and `@divFloor` functions * add `@rem` and `@mod` functions * add compile error for `/` and `%` with signed integers * add `.bit_count` for float primitive types closes #217