From 88e7284d1f30d1679aa14052ef63d9ede5dd1f5e Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 2 Oct 2019 14:11:01 +0100 Subject: [PATCH] --- simple_v_extension/specification/bitmanip.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_v_extension/specification/bitmanip.mdwn b/simple_v_extension/specification/bitmanip.mdwn index fb47df634..3f0b60dbf 100644 --- a/simple_v_extension/specification/bitmanip.mdwn +++ b/simple_v_extension/specification/bitmanip.mdwn @@ -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 -- 2.30.2