mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
when the integer part does not fit in the destination integer type * Also fix incorrect safety triggered for integer casting an `i32` to a `u7`. closes #1138 * adds compiler-rt function: `__floatuntidf`