* [[discussion]]
* <https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc#vector-register-gather-instructions>
-* <http://0x80.pl/notesen/2016-10-23-avx512-conflict-detection.html> conflictd example
* <https://lists.libre-soc.org/pipermail/libre-soc-dev/2022-May/004884.html>
* <https://bugs.libre-soc.org/show_bug.cgi?id=213>
* <https://bugs.libre-soc.org/show_bug.cgi?id=142> specialist vector ops
* [[simple_v_extension/specification/bitmanip]] previous version,
contains pseudocode for sof, sif, sbf
-The core OpenPOWER ISA was designed as scalar: SV provides a level of abstraction to add variable-length element-independent parallelism.
+The core Power ISA was designed as scalar: SV provides a level of abstraction to add variable-length element-independent parallelism.
Therefore there are not that many cases where *actual* Vector
instructions are needed. If they are, they are more "assistance"
functions. Two traditional Vector instructions were initially
considered (conflictd and vmiota) however they may be synthesised
-from existing SVP64 instructions and have been moved to [[discussion]]
+from existing SVP64 instructions: details in [[discussion]]
Notes: