We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo fmt
1 parent c56fd20 commit c437c3aCopy full SHA for c437c3a
1 file changed
src/intrinsics/llvm_x86.rs
@@ -1336,7 +1336,7 @@ pub(super) fn codegen_x86_llvm_intrinsic_call<'tcx>(
1336
reg: InlineAsmRegOrRegClass::Reg(InlineAsmReg::X86(X86InlineAsmReg::xmm0)),
1337
_late: true,
1338
in_value: a,
1339
- out_place: Some(ret)
+ out_place: Some(ret),
1340
}],
1341
InlineAsmOptions::NOSTACK | InlineAsmOptions::PURE | InlineAsmOptions::NOMEM,
1342
);
0 commit comments