You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\gls{command-group} is irrelevant to the requirements they define.
533
534
All accessors always apply to the entire \gls{command-group} object where
534
535
they are defined.
535
-
When multiple \glspl{accessor} in the same \gls{command-group} define requirements to the same memory object, the access mode is resolved as the union of
536
-
all the different access modes, e.g. $CG(b1_{R},b1_{W})$ is equivalent
537
-
to $CG(b1_{RW})$.
536
+
537
+
When multiple \glspl{accessor} in the same \gls{command-group} define different
538
+
access modes to the same memory object, the combined memory object requirement is
539
+
resolved according to Table~\ref{table.access.mode.union}.
540
+
The atomic access mode acts as if it was read-write (RW) when determining the combined requirement.
541
+
The rules in Table~\ref{table.access.mode.union} are commutative and associative.
0 commit comments