[AArch64] Document +rcpc weak release consistency extension
gas/ * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
This commit is contained in:
parent
9ef920e933
commit
01cca2f95e
|
@ -1,3 +1,7 @@
|
|||
2017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
|
||||
|
||||
* doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
|
||||
|
||||
2017-02-28 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
|
||||
|
|
|
@ -154,6 +154,8 @@ automatically cause those extensions to be disabled.
|
|||
@item @code{ras} @tab ARMv8-A @tab ARMv8.2-A or later
|
||||
@tab Enable the Reliability, Availability and Serviceability
|
||||
extension.
|
||||
@item @code{rcpc} @tab ARMv8.2-A @tab ARMv8.3-A or later
|
||||
@tab Enable the weak release consistency extension.
|
||||
@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{simd} @tab ARMv8-A @tab ARMv8-A or later
|
||||
|
|
Loading…
Reference in New Issue