(no commit message)
authorlkcl <lkcl@web>
Mon, 28 Jun 2021 08:59:04 +0000 (09:59 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 28 Jun 2021 08:59:04 +0000 (09:59 +0100)
openpower/sv/vector_ops.mdwn

index 4eae60114c48c687f0d8683977a0eed29bf41aa1..1a69d92070cc2980debbb5d6aa30e5ee0487c546 100644 (file)
@@ -2,6 +2,8 @@
 
 # SV Vector Operations.
 
+TODO merge old standards page [[simple_v_extension/vector_ops/]]
+
 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: AVX512 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)
 
 Notes: