From f9c8ca854a33a8a95126fea9a601500984419785 Mon Sep 17 00:00:00 2001 From: Matt Ickstadt Date: Wed, 17 Aug 2016 14:35:48 -0500 Subject: [PATCH] Check off x86_64 builtins in README [ci ignore] --- library/compiler-builtins/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/compiler-builtins/README.md b/library/compiler-builtins/README.md index 73a25e9d7dce..4ff8b4586513 100644 --- a/library/compiler-builtins/README.md +++ b/library/compiler-builtins/README.md @@ -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.