Merge pull request #408 from messense/mips64-musl-float

Add compiler-rt fallbacks on mips64-musl
This commit is contained in:
Amanieu d'Antras 2021-04-03 04:25:56 +01:00 committed by GitHub
commit 69dd19ef03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -449,6 +449,8 @@ mod c {
("__fixunstfsi", "fixunstfsi.c"),
("__floatunsitf", "floatunsitf.c"),
("__fe_getround", "fp_mode.c"),
("__divtf3", "divtf3.c"),
("__trunctfdf2", "trunctfdf2.c"),
]);
}