From 71434a891dccd8c29f28eb93b2fb4551f3350675 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 18 Mar 2013 21:44:56 +0000 Subject: [PATCH] C++11 status: mark 'extended integral types' as N/A, since we don't support any, and add a note that we cannot treat __int128 as an extended integral type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177324 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 0a4d2b5bba..d5ea364d56 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -378,7 +378,7 @@ releases prior to version 3.2 in C++11 mode.

Extended integral types N1988 - No + N/A (4) @@ -389,6 +389,9 @@ has no effect.
strong compare-exchanges.
(3): memory_order_consume is lowered to memory_order_acquire. +(4): __int128 is not treated as an extended +integer type, because changing intmax_t would be an +ABI-incompatible change.

-- 2.40.0