diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7e7a16a5..db00e51 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14172,6 +14172,10 @@ Enable Large System Extension instructions. This is on by default for @option{-march=armv8.1-a}. @item fp16 Enable FP16 extension. This also enables floating-point instructions. +@item rcpc +Enable the RcPc extension. This does not change code generation from GCC, +but is passed on to the assembler, enabling inline asm statements to use +instructions from the RcPc extension. @end table