From a2daed84314e61ef5384e01ad0087ac7c0ee3494 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 21 Jan 2021 00:47:32 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index acf728cb8..5cc43ba7b 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -398,6 +398,7 @@ uint_xlen_t cmix(uint_xlen_t RA, uint_xlen_t RB, uint_xlen_t RC) { # carryless mul based on RV bitmanip +see https://en.wikipedia.org/wiki/CLMUL_instruction_set ``` uint_xlen_t clmul(uint_xlen_t RA, uint_xlen_t RB) -- 2.30.2