Skip to content

Commit d546f18

Browse files
author
Jorge Aparicio
committed
README: cross out a few intrinsics for the TODO list
1 parent 4ab4465 commit d546f18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ See [rust-lang/rust#35437][0].
3232
- [ ] arm/addsf3vfp.S
3333
- [ ] arm/aeabi_dcmp.S
3434
- [ ] 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
3737
- [x] arm/aeabi_memcpy.S
3838
- [x] arm/aeabi_memmove.S
3939
- [x] arm/aeabi_memset.S
@@ -143,6 +143,8 @@ See [rust-lang/rust#35437][0].
143143
- [ ] truncdfsf2.c
144144
- [ ] truncsfhf2.c
145145
- [ ] udivdi3.c
146+
- [x] udivmoddi4.c
147+
- [x] udivmodsi4.c
146148
- [ ] udivsi3.c
147149
- [ ] udivti3.c
148150
- [ ] umoddi3.c
@@ -272,8 +274,6 @@ These builtins are never called by LLVM.
272274
- ~~subvti3.c~~
273275
- ~~ucmpdi2.c~~
274276
- ~~ucmpti2.c~~
275-
- ~~udivmoddi4.c~~
276-
- ~~udivmodsi4.c~~
277277
- ~~udivmodti4.c~~
278278

279279
Rust only exposes atomic types on platforms that support them, and therefore does not need to fall back to software implementations.

0 commit comments

Comments
 (0)