From: lkcl Date: Mon, 7 Mar 2022 17:04:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3128 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=247c0fc1b8836186969f0aa10831a526ef8fdeb2;p=libreriscv.git --- diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 35b38e516..444a935ce 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -539,8 +539,8 @@ a full NTT in-place Pseudo-code: - RT <- GFMULADD(RA, RC, RB) - RS <- GFMULADD(RA, RC, RB) + RT <- GFADD(GFMUL(RA, RC), RB)) + RS <- GFADD(GFMUL(RA, RC), RB)) ## Multiply