From: lkcl Date: Thu, 21 Jan 2021 00:47:32 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~394 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2daed84314e61ef5384e01ad0087ac7c0ee3494;p=libreriscv.git --- 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)