(no commit message)
authorlkcl <lkcl@web>
Sat, 19 Dec 2020 18:24:17 +0000 (18:24 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 19 Dec 2020 18:24:17 +0000 (18:24 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index f631fe6e3857396e24ad0f7e28e1d846f867a613..2003722f7778a3e08be85affba22d2aff90661a0 100644 (file)
@@ -439,7 +439,7 @@ CR element*.  Greatly simplified pseudocode:
          CRs[8+i].gt = iregs[RT+i] > 0
          ...
 
-If a "cumulated" CR based analysis of results is desired, then a followup instruction must be performed, setting "reduce" mode on the Vector of CRs, using cr ops to do so.  This provides far more flexibility in analysing vectors than standard Vector ISAs.  Normal Vector ISAs are typically restricted to "were all results nonzero" and "were some results nonzero". The application of mapreduce to Vectorised cr operations allows far more sophisticated analysis.
+If a "cumulated" CR based analysis of results is desired (a la VSX CR6) then a followup instruction must be performed, setting "reduce" mode on the Vector of CRs, using cr ops to do so.  This provides far more flexibility in analysing vectors than standard Vector ISAs.  Normal Vector ISAs are typically restricted to "were all results nonzero" and "were some results nonzero". The application of mapreduce to Vectorised cr operations allows far more sophisticated analysis.
 
 (see [[discussion]].  some alternative schemes are described there)