Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
* [PATCH] tooloftrade: add missing subject of sentence
@ 2018-11-10 12:49 Junchang Wang
  2018-11-10 23:55 ` Akira Yokosawa
  2018-11-11 17:34 ` Paul E. McKenney
  0 siblings, 2 replies; 4+ messages in thread
From: Junchang Wang @ 2018-11-10 12:49 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Junchang Wang


Signed-off-by: Junchang Wang <junchangwang@gmail.com>
---
Hi Paul,

This is the only patch for Chapter Tools of Trade. Please take a look.


Thanks,
--Junchang

--
 toolsoftrade/toolsoftrade.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 0844b4c..b4bc46a 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -2043,8 +2043,8 @@ machine-sized and properly aligned.
 It can also prevent load fusing, store fusing, invented loads, and
 invented stores.
 However, although it does prevent the compiler from reordering \co{volatile}
-accesses with each other, does nothing to prevent the CPU from reordering
-these accesses.
+accesses with each other, \co{volatile} keyword does nothing to prevent the
+CPU from reordering these accesses.
 Furthermore, it does nothing to prevent either compiler or CPU from
 reordering non-\co{volatile} accesses with each other or with
 \co{volatile} accesses.
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-12  3:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-10 12:49 [PATCH] tooloftrade: add missing subject of sentence Junchang Wang
2018-11-10 23:55 ` Akira Yokosawa
2018-11-12  2:35   ` Junchang Wang
2018-11-11 17:34 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox