(no commit message)
authorlkcl <lkcl@web>
Mon, 26 Oct 2020 21:16:47 +0000 (21:16 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 26 Oct 2020 21:16:47 +0000 (21:16 +0000)
openpower/sv/predication.mdwn

index 002967d3bedd3a593be33c3a81f34a0161d095af..572f37e2498be0cb4b07071b08f5d20418bc8a43 100644 (file)
@@ -41,7 +41,7 @@ As well-known weaknesses that compromise performance, very little use of OE=1 is
 
 (see [[masked_vector_chaining]])
 
-One of the design principles of SV is that the use of VL should be as closrly equivalent to a direct substitution of the scalar operations of the hardware for-loop as possible, as if those looped operations were actually in the instruction stream rather than being issued from the Vector loop.
+One of the design principles of SV is that the use of VL should be as closrly equivalent to a direct substitution of the scalar operations of the hardware for-loop as possible, as if those looped operations were actually in the instruction stream (as scalar operations) rather than being issued from the Vector loop.
 
 The implications here are that *register dependency hazards still have to be respected inter-element*.