We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aa2ef commit 7cac962Copy full SHA for 7cac962
build.rs
@@ -181,12 +181,10 @@ fn main() {
181
182
if target_os != "ios" {
183
sources.extend(&["absvti2.c",
184
- "addtf3.c",
185
"addvti3.c",
186
"clzti2.c",
187
"cmpti2.c",
188
"ctzti2.c",
189
- "divtf3.c",
190
"ffsti2.c",
191
"fixdfti.c",
192
"fixsfti.c",
@@ -200,16 +198,12 @@ fn main() {
200
198
"floatuntidf.c",
201
199
"floatuntisf.c",
202
"floatuntixf.c",
203
- "multf3.c",
204
"mulvti3.c",
205
"negti2.c",
206
"negvti2.c",
207
"parityti2.c",
208
"popcountti2.c",
209
- "powitf2.c",
210
- "subtf3.c",
211
"subvti3.c",
212
- "trampoline_setup.c",
213
"ucmpti2.c"]);
214
}
215
0 commit comments