From cb34047b11ee04ea8a5dde4717c63521c4a8f56b Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 2 Oct 2019 08:33:14 +0100 Subject: [PATCH] --- simple_v_extension/specification/bitmanip.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/simple_v_extension/specification/bitmanip.mdwn b/simple_v_extension/specification/bitmanip.mdwn index d38b4246f..0e741c3c9 100644 --- a/simple_v_extension/specification/bitmanip.mdwn +++ b/simple_v_extension/specification/bitmanip.mdwn @@ -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. -- 2.30.2