This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[AArch64] Fix +sve documentation
- From: Richard Sandiford <richard dot sandiford at arm dot com>
- To: binutils at sourceware dot org
- Cc: rearnsha at arm dot com
- Date: Tue, 14 Feb 2017 17:21:06 +0000
- Subject: [AArch64] Fix +sve documentation
- Authentication-results: sourceware.org; auth=none
The documentation entry for the SVE feature incorrectly said that
it was enabled by default for ARMv8-A or later. This patch fixes
that and also mentions that +sve implies +simd. (It also implies
+fp, but that follows by transitivity.)
Tested on aarch64-linux-gnu. OK for trunk and 2.28?
Thanks,
Richard
gas/
* doc/c-aarch64.texi: Fix sve entry.
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index 618f300..59467c5 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -155,8 +155,8 @@ automatically cause those extensions to be disabled.
@tab Enable ARMv8.1 Advanced SIMD extensions. This implies @code{simd}.
@item @code{simd} @tab ARMv8-A @tab ARMv8-A or later
@tab Enable Advanced SIMD extensions. This implies @code{fp}.
-@item @code{sve} @tab ARMv8-A @tab ARMv8-A or later
- @tab Enable the Scalable Vector Extensions.
+@item @code{sve} @tab ARMv8-A @tab No
+ @tab Enable the Scalable Vector Extensions. This implies @code{simd}.
@end multitable
@node AArch64 Syntax