Skip to content

Commit ac3715d

Browse files
committed
Remove defined intrinsics from build.rs
No need to load these from C!
1 parent 83d63ea commit ac3715d

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

build.rs

-32
Original file line numberDiff line numberDiff line change
@@ -4066,28 +4066,8 @@ mod c {
40664066
"divxc3.c",
40674067
"extendsfdf2.c",
40684068
"extendhfsf2.c",
4069-
"ffsdi2.c",
4070-
"fixdfdi.c",
4071-
"fixdfsi.c",
4072-
"fixsfdi.c",
4073-
"fixsfsi.c",
4074-
"fixunsdfdi.c",
4075-
"fixunsdfsi.c",
4076-
"fixunssfdi.c",
4077-
"fixunssfsi.c",
4078-
"fixunsxfdi.c",
4079-
"fixunsxfsi.c",
4080-
"fixxfdi.c",
4081-
"floatdidf.c",
40824069
"floatdisf.c",
4083-
"floatdixf.c",
4084-
"floatsidf.c",
4085-
"floatsisf.c",
4086-
"floatundidf.c",
40874070
"floatundisf.c",
4088-
"floatundixf.c",
4089-
"floatunsidf.c",
4090-
"floatunsisf.c",
40914071
"int_util.c",
40924072
"muldc3.c",
40934073
"muldf3.c",
@@ -4124,18 +4104,6 @@ mod c {
41244104
"cmpti2.c",
41254105
"ctzti2.c",
41264106
"ffsti2.c",
4127-
"fixdfti.c",
4128-
"fixsfti.c",
4129-
"fixunsdfti.c",
4130-
"fixunssfti.c",
4131-
"fixunsxfti.c",
4132-
"fixxfti.c",
4133-
"floattidf.c",
4134-
"floattisf.c",
4135-
"floattixf.c",
4136-
"floatuntidf.c",
4137-
"floatuntisf.c",
4138-
"floatuntixf.c",
41394107
"mulvti3.c",
41404108
"negti2.c",
41414109
"negvti2.c",

0 commit comments

Comments
 (0)