>From 9c2d2a3fd6e16918431b0a389b542a653d8b64a6 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 15 Jan 2017 11:57:36 +0900 Subject: [PATCH 1/8] count: Use \log in math mode Function "log" should be printed in upright font. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- count/count.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count/count.tex b/count/count.tex index 0ba7af5..1543811 100644 --- a/count/count.tex +++ b/count/count.tex @@ -414,7 +414,7 @@ avoids the delays inherent in such circulation. The hardware could also apply an order to the requests, thus returning to each CPU the return value corresponding to its particular atomic increment. - This results in instruction latency that varies as $O(log N)$, + This results in instruction latency that varies as $O(\log N)$, where $N$ is the number of CPUs, as shown in Figure~\ref{fig:count:Data Flow For Global Combining-Tree Atomic Increment}. And CPUs with this sort of hardware optimization are starting to -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html