mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 04:17:49 +00:00
Starting with LLVM 14, the Libcalls to these functions are now lowered using a Vec(2, u64) instead of the standard ABI for i128 integers, so our compiler-rt implementation needs to be updated to expose the same ABI on Windows.