Skip to content

Commit 01e8a62

Browse files
authored
Merge pull request #408 from messense/mips64-musl-float
Add compiler-rt fallbacks on mips64-musl
2 parents 73326c1 + 07c97e3 commit 01e8a62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ mod c {
449449
("__fixunstfsi", "fixunstfsi.c"),
450450
("__floatunsitf", "floatunsitf.c"),
451451
("__fe_getround", "fp_mode.c"),
452+
("__divtf3", "divtf3.c"),
453+
("__trunctfdf2", "trunctfdf2.c"),
452454
]);
453455
}
454456

0 commit comments

Comments
 (0)