- use usize to decide if register size is big enough to store multiplication result or if division is necessary - multiplication routine with check of integer bounds - wrapping multipliation and division routine from Hacker's Delight
zig_is_stage2
@import("builtin")
std.Target.current
@import("builtin").target