Skip to content

Commit 6b7a003

Browse files
committed
Check off x86_64 builtins in README
[ci ignore]
1 parent aab3a10 commit 6b7a003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ See [rust-lang/rust#35437][0].
133133
- [x] udivsi3.c
134134
- [x] umoddi3.c
135135
- [x] umodsi3.c
136-
- [ ] x86_64/chkstk.S
137-
- [ ] x86_64/chkstk2.S
136+
- [x] x86_64/chkstk.S
137+
- [x] x86_64/chkstk2.S
138138

139139
These builtins are needed to support 128-bit integers, which are in the process of being added to Rust.
140140

0 commit comments

Comments
 (0)