@@ -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