diff mbox series

[wwwdocs] gcc-14/changes.html: Update _BitInt to include AArch64 (little-endian)

Message ID 69f2d2b4-6711-4538-9661-87ac1a46daf5@arm.com
State New
Headers show
Series [wwwdocs] gcc-14/changes.html: Update _BitInt to include AArch64 (little-endian) | expand

Commit Message

Andre Vieira (lists) April 10, 2024, 5:11 p.m. UTC
Hi,

Patch to add AArch64 to the list of supported _BitInt(N) in 
gcc-14/changes.html.

OK?
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index a7ba957110183f906938d935bfa17aaed2ba20c8..55ab8c14c6d0b54e05a5f266f25c8ef1a4f959bf 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -216,7 +216,7 @@  a work-in-progress.</p>
       <li>Bit-precise integer types (<code>_BitInt (<i>N</i>)</code>
       and <code>unsigned _BitInt (<i>N</i>)</code>): integer types with
       a specified number of bits.  These are only supported on
-      IA-32/x86-64 at present.</li>
+      IA-32/x86-64 and AArch64 (little-endian) at present.</li>
       <li>Structure, union and enumeration types may be defined more
       than once in the same scope with the same contents and the same
       tag; if such types are defined with the same contents and the