Skip to content

Commit c9b5c93

Browse files
folkertdevbeetrees
andcommitted
Fix passing/returning structs with the 64-bit SPARC ABI
Co-authored-by: beetrees <b@beetr.ee>
1 parent c7f5f3e commit c9b5c93

4 files changed

Lines changed: 366 additions & 186 deletions

File tree

compiler/rustc_abi/src/callconv/reg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ impl Reg {
3535

3636
reg_ctor!(f32, Float, 32);
3737
reg_ctor!(f64, Float, 64);
38+
reg_ctor!(f128, Float, 128);
3839
}
3940

4041
impl Reg {

0 commit comments

Comments
 (0)