github-actions[bot] commented on Issue #1499:
Subscribe to Label Action
cc @bnjbvr
<details>
This issue or pull request has been labeled: "cranelift"Thus the following users have been cc'd because of the following labels:
- bnjbvr: cranelift
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
bjorn3 commented on Issue #1499:
Rustfmt failed:
Diff in /home/runner/work/wasmtime/wasmtime/cranelift/codegen/src/isa/x86/abi.rs at line 1031: let mut fpr_offset = 0; for reg in csrs.iter(FPR) { - let value = pos - .ins() - .load(types::F64X2, ir::MemFlags::trusted(), stack_addr, fpr_offset); + let value = pos.ins().load( + types::F64X2, + ir::MemFlags::trusted(), + stack_addr, + fpr_offset, + ); fpr_offset += types::F64X2.bytes() as i32; if let Some(ref mut cfa_state) = cfa_state.as_mut() {
Last updated: Nov 22 2024 at 16:03 UTC