Check off x86_64 builtins in README

[ci ignore]
master
Matt Ickstadt 2016-08-17 14:35:48 -05:00
parent aab3a10a9d
commit 6b7a00325c
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ See [rust-lang/rust#35437][0].
- [x] udivsi3.c
- [x] umoddi3.c
- [x] umodsi3.c
- [ ] x86_64/chkstk.S
- [ ] x86_64/chkstk2.S
- [x] x86_64/chkstk.S
- [x] x86_64/chkstk2.S
These builtins are needed to support 128-bit integers, which are in the process of being added to Rust.