Function clmul
#[target_feature(enable = "zbkc")]
pub fn clmul(rs1: usize, rs2: usize) -> usize
Carry-less multiply (low-part)
clmul produces the lower half of the 2·XLEN carry-less product.
Source: RISC-V Bit-Manipulation ISA-extensions
Version: v1.0.0
Section: 2.11