(no commit message)
authorlkcl <lkcl@web>
Wed, 2 Oct 2019 13:11:01 +0000 (14:11 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 2 Oct 2019 13:11:01 +0000 (14:11 +0100)
simple_v_extension/specification/bitmanip.mdwn

index fb47df6340bc0e6a5ffee62ef0a7363658e50df6..3f0b60dbf831f9b5c39442bcfdb9af9f5f5035d4 100644 (file)
@@ -111,7 +111,7 @@ This is similar but not identical to BitManip "CLZ". CLZ returns XLEN when no bi
 ## sbf - set before first bit
 
 Sets all LSBs leading up to where an LSB in the src is set.  If the second
-operand is non-zero, this process begins each time from where 1s are set in the
+operand is non-zero, this process begins each time (including the first time) from where 1s are set in the
 second operand.
 
      # Example