aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2021-11-17 14:03:22 +0100
committerGitHub <noreply@github.com>2021-11-17 14:03:22 +0100
commit2198a280b1150a61be1e514f044da03e69a66af9 (patch)
treee843fe67a5b787e32a269d6a7e6cfecd08cb5b58 /doc
parent251df98b77d53143efb99e754fdb11d7c8ba286e (diff)
downloadcompcert-kvx-2198a280b1150a61be1e514f044da03e69a66af9.tar.gz
compcert-kvx-2198a280b1150a61be1e514f044da03e69a66af9.zip
mention AArch64 in man-page
Diffstat (limited to 'doc')
-rw-r--r--doc/ccomp.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ccomp.1 b/doc/ccomp.1
index 3b1ec4ed..edae57e1 100644
--- a/doc/ccomp.1
+++ b/doc/ccomp.1
@@ -9,7 +9,7 @@ ccomp \- the CompCert C compiler
\fBCompCert C\fP is a compiler for the C programming language.
Its intended use is the compilation of life-critical and mission-critical software written in C and meeting high levels of assurance.
It accepts most of the ISO C 99 language, with some exceptions and a few extensions.
-It produces machine code for the PowerPC (32bit), ARM (32bit), x86 (32bit and 64bit), and RISC-V (32bit and 64bit) architectures.
+It produces machine code for the PowerPC (32bit), ARM (32bit), AArch64 (ARM 64bit), x86 (32bit and 64bit), and RISC-V (32bit and 64bit) architectures.
.PP
What sets CompCert C apart from any other production compiler, is that it is formally verified, using machine-assisted mathematical proofs, to be exempt from miscompilation issues.
In other words, the executable code it produces is proved to behave exactly as specified by the semantics of the source C program.