Skip to content

Commit a2ba7dd

Browse files
committed
x86_64: fix @splat typo
1 parent e313b38 commit a2ba7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arch/x86_64/CodeGen.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165321,7 +165321,7 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void {
165321165321
.dst_temps = .{ .mem, .unused },
165322165322
.each = .{ .once = &.{
165323165323
.{ ._, ._, .mov, .tmp0d, .sia(-16, .dst0, .add_size), ._, ._ },
165324-
.{ ._, .v_ps, .shuf, .tmp1x, .tmp1x, .src0x, .ui(0b00_00_00_00) },
165324+
.{ ._, .v_ps, .shuf, .tmp1x, .src0x, .src0x, .ui(0b00_00_00_00) },
165325165325
.{ .@"0:", .v_ps, .mova, .memi(.dst0x, .tmp0), .tmp1x, ._, ._ },
165326165326
.{ ._, ._, .sub, .tmp0d, .si(16), ._, ._ },
165327165327
.{ ._, ._nb, .j, .@"0b", ._, ._, ._ },

0 commit comments

Comments
 (0)