This \FloatBarrier is supposed to prevent floats of Section 15.2 from appearing in Section 15.3. Move it to the end of Section 15.2 Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- memorder/memorder.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 8c12f319a7c2..7d6153a1a67e 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -2493,8 +2493,6 @@ In short, properly constructed release-acquire chains form a peaceful island of intuitive bliss surrounded by a strongly counter-intuitive sea of more complex memory-ordering constraints. -\FloatBarrier - \subsection{A Counter-Intuitive Case Study} \label{sec:memorder:A Counter-Intuitive Case Study} @@ -2724,6 +2722,8 @@ Or perhaps more accurately, destroy some counter-productive intuitions. % @@@ Exercises? % @@@ Hardware details from Appendix? +\FloatBarrier + \section{Compile-Time Consternation} \label{sec:memorder:Compile-Time Consternation} % base-commit: 7ac62b96acc23e612c1bb88389bc31b04215e402 -- 2.25.1