mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 09:13:11 +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