(no commit message)
authorlkcl <lkcl@web>
Sat, 5 Oct 2019 07:35:28 +0000 (08:35 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 5 Oct 2019 07:35:28 +0000 (08:35 +0100)
simple_v_extension/vector_ops.mdwn

index 14e7136104ce9848fafdc71decbfe740fba7e176..b54730a03a2a82c1d899ff4e30bdaf35d786a629 100644 (file)
@@ -74,7 +74,7 @@ Links:
 
 ## Vector cross product
 
-SUBVL=2,3,4 all regs. VL nonzero produces multiple vd results.
+SUBVL=3, all regs. VL nonzero produces multiple vd results.
 
 * VCROSS vd, vs1, vs1
 
@@ -99,8 +99,8 @@ Pseudocode:
 
 ## Vector dot product
 
-* SUBVL ignored on rd.  SUBVL=2,3,4 vs1,vs2
-* rd=scalar, SUBVL=1, vs1, vs2=vec
+* SUBVL ignored on rd.  SUBVL=2,3,4 vs1,vs2, if all vectors, multiple results generated. If rd scalar, only first (unpredicated) SUBVector is used.
+* rd=scalar, SUBVL=1 and vs1, vs2=vec will produce one scalar result. Predication allowed on src vectors.
 
 * VDOT rd, vs1, vs2