mirror of
https://github.com/ziglang/zig.git
synced 2026-01-09 17:05:16 +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`