(no commit message)
authorlkcl <lkcl@web>
Sat, 9 Jan 2021 23:11:03 +0000 (23:11 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 9 Jan 2021 23:11:03 +0000 (23:11 +0000)
openpower/sv/propagation.mdwn

index c55a3816516625eb74772a51f3e4fe7307610ef9..103849521f667f316fd03e01d07127e8f13a130d 100644 (file)
@@ -67,7 +67,7 @@ and variable-length loops.
 Loops, clearly, because if the setup of the shift registers does
 not precisely match the number of instructions, the meaning of those
 instructions will change as the bits in the shift registers run out!
-However if the loops are of fixed size and small enough (40 instructions
+However if the loops are of fixed static size, with no conditional early exit,  and small enough (40 instructions
 maximum) then it is perfectly reasonable to insert repeated patterns into
 the shift registers, enough to cover all the loops.  Ordinarily however
 the use of the Context Propagation instructions should be inside the