public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch GAS Doc AArch64] Fix up "Architecture Extensions" section, add "lse".
@ 2016-04-06  8:44 James Greenhalgh
  2016-04-07 12:31 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: James Greenhalgh @ 2016-04-06  8:44 UTC (permalink / raw)
  To: binutils; +Cc: nd, marcus.shawcroft, richard.earnshaw, nickc

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]


Hi,

Looking at https://sourceware.org/binutils/docs/as/AArch64-Extensions.html
the table doesn't match my expectations, or the implementation.

That is to say, that table implies that:

	sqrdmlah  v0.4s, v0.4s, v0.4s

Which is an "rdma" extension instruction, will be enabled by default
at "ARMv8-A or later". This does not reflect the implementation.

  as -march=armv8-a
  Error: selected processor does not support `sqrdmlah v0.4s,v0.4s,v0.4s

This patch fixes the documentation, and adds "lse" to the set of things
documented.

Checked that the table still looks like a table and has the new information.

OK? If so, please apply on my behalf as I don't have write permissions
here.

Thanks,
James

---
2016-04-06  James Greenhalgh  <james.greenhalgh@arm.com>

	* doc/c-aarch64.texi (Architecture Extensions): Fixup table.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Patch-GAS-Doc-AArch64-Fix-up-Architecture-Extensions.patch --]
[-- Type: text/x-patch; name="0001-Patch-GAS-Doc-AArch64-Fix-up-Architecture-Extensions.patch", Size: 1102 bytes --]

diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index 7446655..5a6ce6a 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -136,11 +136,13 @@ automatically cause those extensions to be disabled.
  @tab Enable floating-point extensions.
 @item @code{simd} @tab ARMv8-A @tab ARMv8-A or later
  @tab Enable Advanced SIMD extensions.  This implies @code{fp}.
-@item @code{pan} @tab ARMv8-A @tab ARMv8-A or later
+@item @code{pan} @tab ARMv8-A @tab ARMv8.1-A or later
  @tab Enable Privileged Access Never support.
-@item @code{lor} @tab ARMv8-A @tab ARMv8-A or later
+@item @code{lor} @tab ARMv8-A @tab ARMv8.1-A or later
  @tab Enable Limited Ordering Regions extensions.
-@item @code{rdma} @tab ARMv8-A @tab ARMv8-A or later
+@item @code{lse} @tab ARMv8-A @tab ARMv8.1-A or later
+ @tab Enable Large System extensions.
+@item @code{rdma} @tab ARMv8-A @tab ARMv8.1-A or later
  @tab Enable ARMv8.1 Advanced SIMD extensions.  This implies @code{simd}.
 @item @code{fp16} @tab ARMv8.2-A @tab ARMv8.2-A or later
  @tab Enable ARMv8.2 16-bit floating-point support.  This implies

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch GAS Doc AArch64] Fix up "Architecture Extensions" section, add "lse".
  2016-04-06  8:44 [Patch GAS Doc AArch64] Fix up "Architecture Extensions" section, add "lse" James Greenhalgh
@ 2016-04-07 12:31 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2016-04-07 12:31 UTC (permalink / raw)
  To: James Greenhalgh, binutils; +Cc: nd, marcus.shawcroft, richard.earnshaw

Hi James,

> 2016-04-06  James Greenhalgh  <james.greenhalgh@arm.com>
> 
> 	* doc/c-aarch64.texi (Architecture Extensions): Fixup table.

Thanks for the update - patch applied.

Cheers
  Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-07 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-06  8:44 [Patch GAS Doc AArch64] Fix up "Architecture Extensions" section, add "lse" James Greenhalgh
2016-04-07 12:31 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).