From: lkcl Date: Mon, 16 Sep 2019 02:59:37 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4052 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31a0d08a12db5d02d92f92d3dd38ef57e66b7f8b;p=libreriscv.git --- diff --git a/vector_ops.mdwn b/vector_ops.mdwn index da96f92fd..2dfda08a8 100644 --- a/vector_ops.mdwn +++ b/vector_ops.mdwn @@ -1,6 +1,6 @@ # Vector Operations Extension to SV -This extension is dependent on SV SUBVL bring implemented. When SUBVL is set to define the length of a subvector the operations in this extension interpret the elements as a single vector. +This extension is dependent on SV SUBVL being implemented. When SUBVL is set to define the length of a subvector the operations in this extension interpret the elements as a single vector. Normally in SV all operations are scalar and independent. In this extension, the subvector itself is the unit. Examples include cross product and may in future involve complex numbers.