mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 12:37:32 +00:00
Add compiler-rt fallbacks on mips64-musl
This commit is contained in:
parent
c31c2e0556
commit
6cd2f3ae40
@ -449,6 +449,8 @@ mod c {
|
|||||||
("__fixunstfsi", "fixunstfsi.c"),
|
("__fixunstfsi", "fixunstfsi.c"),
|
||||||
("__floatunsitf", "floatunsitf.c"),
|
("__floatunsitf", "floatunsitf.c"),
|
||||||
("__fe_getround", "fp_mode.c"),
|
("__fe_getround", "fp_mode.c"),
|
||||||
|
("__divtf3", "divtf3.c"),
|
||||||
|
("__trunctfdf2", "trunctfdf2.c"),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user