Skip to content

Commit 5b05a98

Browse files
authored
Merge pull request #252 from dingelish/master
Fix symbol collision caused by `floatdisf`
2 parents 5a7b58f + 5e26a09 commit 5b05a98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,8 @@ mod c {
267267
if target_arch == "x86_64" {
268268
sources.extend(
269269
&[
270-
"x86_64/floatdisf.c",
271270
"x86_64/floatdixf.c",
272271
"x86_64/floatundidf.S",
273-
"x86_64/floatundisf.S",
274272
"x86_64/floatundixf.S",
275273
],
276274
);

0 commit comments

Comments
 (0)