From d296254025cfc91ec46a6377888c5efa4e241b1a Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 7 Mar 2022 17:06:17 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 444a935ce..01ac26492 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -532,7 +532,9 @@ arithmetic the modulo is to be set in an SPR ## Twin Butterfly (Tukey-Cooley) Mul-add-sub used in combination with SV FFT REMAP to perform -a full NTT in-place +a full NTT in-place. possible by having 3-in 2-out, +to avoid the need for a temp register. RS is written +to as well as RT. gffmadd RT,RA,RC,RB (Rc=0) gffmadd. RT,RA,RC,RB (Rc=1) -- 2.30.2