Skip to content

Commit 0474060

Browse files
committed
Remove mulsf3.c and muldf3.c from compiler-rt.
mulsf3 and muldf3 have Rust implementations since 8970485. Remove the C implementations to avoid conflicts.
1 parent 60d949b commit 0474060

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4987,9 +4987,7 @@ mod c {
49874987
"floatundisf.c",
49884988
"int_util.c",
49894989
"muldc3.c",
4990-
"muldf3.c",
49914990
"mulsc3.c",
4992-
"mulsf3.c",
49934991
"mulvdi3.c",
49944992
"mulvsi3.c",
49954993
"mulxc3.c",

0 commit comments

Comments
 (0)