From 7123f4476ef349eed4a9d16ec18ca2623803045f Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Thu, 13 Jul 2017 10:38:52 +0000 Subject: [PATCH] [ARM] Mention ARMv8-R +fp.sp option 2017-07-13 Thomas Preud'homme gcc/ * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension. From-SVN: r250178 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5bd9387c3ca..25796f86d2c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-07-13 Thomas Preud'homme + + * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension. + 2017-07-13 Richard Earnshaw * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f6a04ab62c9..28070a6e8d0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -15493,6 +15493,8 @@ Disable the floating-point extension. @table @samp @item +crc The Cyclic Redundancy Check (CRC) instructions. +@item +fp.sp +The single-precision FPv5 floating-point instructions. @item +simd The ARMv8 Advanced SIMD and floating-point instructions. @item +crypto -- 2.30.2