From 264cfab89f7a05c89a060b67bafbefcbedbd3d0e Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 25 Dec 2020 22:26:27 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 947c856a2..593e23927 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -114,6 +114,8 @@ uint_xlen_t cmix(uint_xlen_t rs1, uint_xlen_t rs2, uint_xlen_t rs3) { return (rs # carryless mul +based on RV bitmanip + ``` uint_xlen_t clmul(uint_xlen_t rs1, uint_xlen_t rs2) { uint_xlen_t x = 0; } -- 2.30.2