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