File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ See [rust-lang/rust#35437][0].
32
32
- [ ] arm/addsf3vfp.S
33
33
- [ ] arm/aeabi_dcmp.S
34
34
- [ ] arm/aeabi_fcmp.S
35
- - [ ] arm/aeabi_idivmod.S
36
- - [ ] arm/aeabi_ldivmod.S
35
+ - [x ] arm/aeabi_idivmod.S
36
+ - [x ] arm/aeabi_ldivmod.S
37
37
- [x] arm/aeabi_memcpy.S
38
38
- [x] arm/aeabi_memmove.S
39
39
- [x] arm/aeabi_memset.S
@@ -143,6 +143,8 @@ See [rust-lang/rust#35437][0].
143
143
- [ ] truncdfsf2.c
144
144
- [ ] truncsfhf2.c
145
145
- [ ] udivdi3.c
146
+ - [x] udivmoddi4.c
147
+ - [x] udivmodsi4.c
146
148
- [ ] udivsi3.c
147
149
- [ ] udivti3.c
148
150
- [ ] umoddi3.c
@@ -272,8 +274,6 @@ These builtins are never called by LLVM.
272
274
- ~~ subvti3.c~~
273
275
- ~~ ucmpdi2.c~~
274
276
- ~~ ucmpti2.c~~
275
- - ~~ udivmoddi4.c~~
276
- - ~~ udivmodsi4.c~~
277
277
- ~~ udivmodti4.c~~
278
278
279
279
Rust only exposes atomic types on platforms that support them, and therefore does not need to fall back to software implementations.
You can’t perform that action at this time.
0 commit comments