(no commit message)
authorlkcl <lkcl@web>
Thu, 16 Jun 2022 11:12:54 +0000 (12:12 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 16 Jun 2022 11:12:54 +0000 (12:12 +0100)
openpower/sv/vector_ops.mdwn

index 5720c3d9ad6d478898fff85396701914e47c54b2..0ec81e92bd20b1f58358974bcccc8f2a7e3a04a2 100644 (file)
@@ -2,7 +2,8 @@
 
 # SV Vector Operations.
 
-TODO merge old standards page [[simple_v_extension/vector_ops/]]
+* TODO merge old standards page [[simple_v_extension/vector_ops/]]
+* bugreport <https://bugs.libre-soc.org/show_bug.cgi?id=142>
 
 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)