(no commit message)
authorlkcl <lkcl@web>
Tue, 22 Dec 2020 14:05:47 +0000 (14:05 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 22 Dec 2020 14:05:47 +0000 (14:05 +0000)
openpower/sv/vector_ops.mdwn [new file with mode: 0644]

diff --git a/openpower/sv/vector_ops.mdwn b/openpower/sv/vector_ops.mdwn
new file mode 100644 (file)
index 0000000..43e6ab3
--- /dev/null
@@ -0,0 +1,7 @@
+# SV Vector Operations.
+
+The core OpenPOWER ISA was designed as scalar: SV provides a level of abstraction to add variable-length element-independent parallelism. However, certain classes of instructions only make sense in a Vector context: AVC512 conflictd for example.  This section includes such examples.  Many of them are from the RISC-V Vector ISA (with thanks to the efforts of RVV's contributors)
+
+Links:
+
+* <https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc#vector-register-gather-instructions>