(no commit message)
authorlkcl <lkcl@web>
Tue, 27 Oct 2020 01:44:33 +0000 (01:44 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 27 Oct 2020 01:44:33 +0000 (01:44 +0000)
openpower/sv/predication.mdwn

index 4e29b45c955f36ca7c666ea0a0674ed0ec8898fc..5d7a989ba64cfab3fe9b2e04a000c8b31ff14c45 100644 (file)
@@ -42,7 +42,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 (as scalar operations) rather than being issued from the Vector loop.
+One of the design principles of SV is that the use of VL should be as closely 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* even when (conceptually) pushed into the instruction stream from a hardware for-loop.