From: lkcl Date: Sun, 30 Jun 2019 08:23:32 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4328 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcff719450effc0437c7dfdf2655b40802018c59;p=libreriscv.git --- diff --git a/simple_v_extension/appendix.mdwn b/simple_v_extension/appendix.mdwn index 8151cc85c..4707179e8 100644 --- a/simple_v_extension/appendix.mdwn +++ b/simple_v_extension/appendix.mdwn @@ -1593,7 +1593,7 @@ Notes: into t0 (could contain zeros). * bne t0 x0 tests up to the NEW VL for nonzero, vector t0 against scalar x0 -* however as t0 is in ffirst mode, the first fail wil ALSO stop the +* however as t0 is in ffirst mode, the first fail will ALSO stop the compares, and reduce VL as well * the branch only goes to allnonzero if all tests succeed * if it did not, we can safely increment VL by 1 (using a4) to include