Function clz
pub fn clz<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Available on crate feature
evm
only.Expand description
Implements the CLZ instruction - count leading zeros.
pub fn clz<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
evm
only.Implements the CLZ instruction - count leading zeros.