(no commit message)
authorlkcl <lkcl@web>
Mon, 24 Jun 2019 19:26:21 +0000 (20:26 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 24 Jun 2019 19:26:21 +0000 (20:26 +0100)
simple_v_extension/specification.mdwn

index a279d2eadef2c86257a462e98b368446fd77ddd7..0d164f72cad2eeea934c1e067810ebc6925fc203 100644 (file)
@@ -2760,7 +2760,7 @@ Notes:
 
 * ldb and bne are both using t0, both in ffirst mode
 * ldb will end on illegal mem, reduce VL, but copied all sorts of stuff into t0
-# bne behaviour modified to do multiple tests (more like FNE).
+* bne behaviour modified to do multiple tests (more like FNE).
 * 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 compares, and reduce VL as well
 * the branch only goes to allnonzero if all tests succeed