Remove mulsf3.c and muldf3.c from compiler-rt.

mulsf3 and muldf3 have Rust implementations since 8970485. Remove the
C implementations to avoid conflicts.
master
Jan Teske 2017-11-26 21:53:57 +01:00
parent 60d949ba1d
commit 047406083a
1 changed files with 0 additions and 2 deletions

View File

@ -4987,9 +4987,7 @@ mod c {
"floatundisf.c",
"int_util.c",
"muldc3.c",
"muldf3.c",
"mulsc3.c",
"mulsf3.c",
"mulvdi3.c",
"mulvsi3.c",
"mulxc3.c",