aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
parentbc0c673ce30e01e3f01476d6ea3a448dab596dcf (diff)
downloadcompcert-kvx-03538a45fb7db3520c7d462c3192076918ad7b90.tar.gz
compcert-kvx-03538a45fb7db3520c7d462c3192076918ad7b90.zip
Mention the RISC-V port as well
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e368208..250814b1 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ The verified C compiler.
## Overview
The CompCert C verified compiler is a compiler for a large subset of the
-C programming language that generates code for the PowerPC, ARM and x86
-processors.
+C programming language that generates code for the PowerPC, ARM, x86 and
+RISC-V processors.
The distinguishing feature of CompCert is that it has been formally
verified using the Coq proof assistant: the generated assembly code is