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

index d38b4246f9ab85ca81e2bded3c798ab7a515f6ee..0e741c3c97764674ac81d48a2b7552acc6bf339a 100644 (file)
@@ -78,7 +78,7 @@ output  instruction     pseudoinstruction
 
 ## pcnt - population count
 
-population-count
+population-count.
 
 Pseudocode:
 
@@ -89,6 +89,8 @@ Pseudocode:
       v &= v - 1; // clear the least significant bit set
     }
 
+This instruction is present in BitManip.
+
 ## ffirst - find first bit
 
 finds the first bit set as an index.