Skip to content

Commit 42c25fd

Browse files
committed
[lldb][docs][AArch64] Update example in SME docs
This output has now changed because I moved the za register into the main SME register set.
1 parent 9104e82 commit 42c25fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/docs/use/aarch64-linux.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,10 @@ as ``vg`` is showing the streaming mode vector length::
146146
tpidr = 0x0000fffff7ff4320
147147
tpidr2 = 0x1122334455667788
148148

149-
Scalable Matrix Array Storage Registers:
150-
za = {0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 <...> }
151-
152149
Scalable Matrix Extension Registers:
153150
svg = 0x0000000000000002
154151
svcr = 0x0000000000000003
152+
za = {0x00 <...> 0x00}
155153

156154
Changing the Streaming Vector Length
157155
....................................

0 commit comments

Comments
 (0)