From ab16509a5ce9759a3b259552ee43d8a2af49cecb Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 1 Jan 2021 23:40:16 +0000 Subject: [PATCH] --- openpower/sv/propagation.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/propagation.mdwn b/openpower/sv/propagation.mdwn index c04f6f716..0a7a211bd 100644 --- a/openpower/sv/propagation.mdwn +++ b/openpower/sv/propagation.mdwn @@ -15,6 +15,6 @@ Any time the LSB of any one of the 7 Context SPRs is zero, the 24 bit `RM` Conte When the 40 bits of any one of the SPRs reaches zero the entire SPR is set to zero, and the entire SPR bank shuffles down so that at no time will there be an DPR containing zeros splitting up the SPRs. This allows a data-dependent fail-first copy of all SPRs to be used as a single instruction because the last SPR will always be zero. -As these changes occur on a fixed schedule conpilers should not have difficulties statically allocating the Context Propagation, as long as certain conventions are followed, such as avoidance of allowing the context to propagate through branches used by more than one incoming path, and loops. +As these changes occur on a fixed schedule compilers should not have difficulties statically allocating the Context Propagation, as long as certain conventions are followed, such as avoidance of allowing the context to propagate through branches used by more than one incoming path, and loops. -- 2.30.2