Add compiler-rt fallbacks on mips64-musl

This commit is contained in:
messense 2021-03-24 13:49:12 +08:00
parent c31c2e0556
commit 6cd2f3ae40

View File

@ -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"),
]); ]);
} }