mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 00:35:10 +00:00
x86_64: add unimplemented error for float @rem/@mod
This commit is contained in:
parent
8d30cb3f22
commit
9d0b8a27b6
@ -6361,6 +6361,9 @@ fn genBinOp(
|
||||
} else try self.register_manager.allocReg(null, sse),
|
||||
abi_size,
|
||||
) else null,
|
||||
.rem, .mod => return self.fail("TODO implement genBinOp for {s} {}", .{
|
||||
@tagName(air_tag), lhs_ty.fmt(self.bin_file.options.module.?),
|
||||
}),
|
||||
};
|
||||
const mask_lock =
|
||||
if (maybe_mask_reg) |mask_reg| self.register_manager.lockRegAssumeUnused(mask_reg) else null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user