mirror of
https://github.com/ziglang/zig.git
synced 2025-12-29 01:23:17 +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`