(no commit message)
authorlkcl <lkcl@web>
Wed, 30 Dec 2020 16:26:07 +0000 (16:26 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 30 Dec 2020 16:26:07 +0000 (16:26 +0000)
openpower/sv/svp64.mdwn

index df9046f2abbb9492636fef43da76581fa1ebdf0a..611ae4bc33d71eac158f18b77a83e32b3a052583 100644 (file)
@@ -190,7 +190,7 @@ These are the modes:
   note that there are comprehensive caveats when using this mode.
 * **pred-result** will test the result (CR testing selects a bit of CR and inverts it, just like branch testing) and if the test fails it is as if the predicate bit was zero.  When Rc=1 the CR element however is still stored in the CR regfile, even if the test failed.  This scheme does not apply to crops (crand, cror).  See appendix for details.
 
-Note that ffirst and reduce modes are not anticipated to be high-performance in some implementations.  ffirst due to interactions with VL, and reduce due to it requiring additional operations to produce a result.  normal, saturate and pred-result are however independent and may easily be parallelised to give high performance, regardless of the value of VL.
+Note that ffirst and reduce modes are not anticipated to be high-performance in some implementations.  ffirst due to interactions with VL, and reduce due to it requiring additional operations to produce a result.  normal, saturate and pred-result are however inter-element independent and may easily be parallelised to give high performance, regardless of the value of VL.
 
 The Mode table is laid out as follows: