From c2ac57f1fb03c695de086397407aa395adda9108 Mon Sep 17 00:00:00 2001 From: beetrees Date: Sun, 28 Apr 2024 17:41:35 +0100 Subject: [PATCH] Update status of 128-bit integers in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a364a23..0c97690c 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ rely on CI. - [x] umodsi3.c - [x] x86_64/chkstk.S -These builtins are needed to support 128-bit integers, which are in the process of being added to Rust. +These builtins are needed to support 128-bit integers. - [x] ashlti3.c - [x] ashrti3.c