Skip to content

Commit c7da95f

Browse files
Merge pull request #1554 from georges-arm/geoste01/sve-armie-vl-fix
sve_armie.md: Fix documentation of how to specify vector length
2 parents 0bb626a + 4aa2432 commit c7da95f

File tree

1 file changed

+3
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/sve

1 file changed

+3
-2
lines changed

content/learning-paths/servers-and-cloud-computing/sve/sve_armie.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ Install `qemu-user` to run the example on processors which do not support SVE:
8080
```bash { command_line="user@localhost" }
8181
sudo apt install qemu-user -y
8282
```
83-
Run the example application with a vector length of 256 bits:
83+
84+
Run the example application with a vector length of 256 bits, note that the vector length is specified in bytes rather than bits:
8485

8586
```bash { command_line="user@localhost | 2" }
86-
qemu-aarch64 -cpu max,sve-default-vector-length=256 ./sve_add.exe
87+
qemu-aarch64 -cpu max,sve-default-vector-length=32 ./sve_add.exe
8788
Done.
8889
```
8990

0 commit comments

Comments
 (0)