]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Fix incorrect LS64 documentation
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 4 Nov 2024 12:23:24 +0000 (12:23 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Mon, 4 Nov 2024 12:23:24 +0000 (12:23 +0000)
commitcdd87f473fb3bff499dd641b2042275ed680b73b
treef3a75c3c6955ee5df4b2a4c11fd2ac9bc9e97b31
parentd413a2c4ecb8fc851e3cffe856e5882028849f9a
aarch64: Fix incorrect LS64 documentation

As Yuta Mukai pointed out, the manual wrongly said that LS64 is
enabled by default for Armv8.7-A and above, and for Armv9.2-A
and above.  LS64 is not mandatory at any architecture level
(and the code correctly implemented that).

I think this was a leftover from an early version of the spec.

gcc/
* doc/invoke.texi: Fix documentation of LS64 so that it's
not implied by Armv8.7-A or Armv9.2-A.
gcc/doc/invoke.texi