From: lkcl Date: Sat, 9 Apr 2022 23:29:38 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2809 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=560a512b6c470911a49f8bdc0f8d4b222a142252;p=libreriscv.git --- diff --git a/openpower/sv/svp64/appendix.mdwn b/openpower/sv/svp64/appendix.mdwn index 742d10feb..bad606195 100644 --- a/openpower/sv/svp64/appendix.mdwn +++ b/openpower/sv/svp64/appendix.mdwn @@ -814,7 +814,9 @@ def reduce(vl, vec, pred): if pred[i] && other_pred vec[i] += vec[other]; else if other_pred - vec[i] = vec[other]; + XXX VIOLATION OF SVP64 DESIGN XXX + XXX vec[i] = vec[other]; XXX + XXX VIOLATION OF SVP64 DESIGN XXX pred[i] |= other_pred; ```