| ... | ... | @@ -20,7 +20,7 @@ pub const want_ppc_abi = builtin.cpu.arch.isPPC() or builtin.cpu.arch.isPPC64(); |
| 20 | 20 | |
| 21 | 21 | // Libcalls that involve u128 on Windows x86-64 are expected by LLVM to use the |
| 22 | 22 | // calling convention of @Vector(2, u64), rather than what's standard. |
| 23 | | pub const want_windows_v2u64_abi = builtin.os.tag == .windows and builtin.cpu.arch == .x86_64; |
| 23 | pub const want_windows_v2u64_abi = builtin.os.tag == .windows and builtin.cpu.arch == .x86_64 and @import("builtin").object_format != .c; |
| 24 | 24 | |
| 25 | 25 | /// This governs whether to use these symbol names for f16/f32 conversions |
| 26 | 26 | /// rather than the standard names: |