Skip to content

Commit 2198a28

Browse files
authored
mention AArch64 in man-page
1 parent 251df98 commit 2198a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ccomp.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ccomp \- the CompCert C compiler
99
\fBCompCert C\fP is a compiler for the C programming language.
1010
Its intended use is the compilation of life-critical and mission-critical software written in C and meeting high levels of assurance.
1111
It accepts most of the ISO C 99 language, with some exceptions and a few extensions.
12-
It produces machine code for the PowerPC (32bit), ARM (32bit), x86 (32bit and 64bit), and RISC-V (32bit and 64bit) architectures.
12+
It produces machine code for the PowerPC (32bit), ARM (32bit), AArch64 (ARM 64bit), x86 (32bit and 64bit), and RISC-V (32bit and 64bit) architectures.
1313
.PP
1414
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.
1515
In other words, the executable code it produces is proved to behave exactly as specified by the semantics of the source C program.

0 commit comments

Comments
 (0)