aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2018-01-13 11:52:12 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2018-01-13 11:52:12 +0100
commit03538a45fb7db3520c7d462c3192076918ad7b90 (patch)
tree4ad2af89ecc22c95f2cd9ec07f39d6dcfee8c9e5 /doc
parentbc0c673ce30e01e3f01476d6ea3a448dab596dcf (diff)
downloadcompcert-kvx-03538a45fb7db3520c7d462c3192076918ad7b90.tar.gz
compcert-kvx-03538a45fb7db3520c7d462c3192076918ad7b90.zip
Mention the RISC-V port as well
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 29b07af3..c89721fb 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), and x86 (32bit and 64bit) architectures.
+It produces machine code for the PowerPC (32bit), ARM (32bit), 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.