From 376c9fa460a27f89aa94f5b0dc2c82f8b4d4dadd Mon Sep 17 00:00:00 2001 From: Vivien Maisonneuve Date: Tue, 11 Feb 2014 16:32:19 +0100 Subject: [PATCH] =?utf8?q?Math=20=C3=A0=20la=20LaTeX?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pipstransfo.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipstransfo.tex b/pipstransfo.tex index f24434a..65ecf0b 100644 --- a/pipstransfo.tex +++ b/pipstransfo.tex @@ -137,8 +137,8 @@ \item[loop unrolling]{ is a loop transformation. - Unrolling a loop by a factor of $n$ consists in the substitution of a loop - body by itself, replicated $n$ times. A prelude and/or postlude are + Unrolling a loop by a factor of \(n\) consists in the substitution of a loop + body by itself, replicated \(n\) times. A prelude and/or postlude are added to preserve the number of iteration.} \item[loop fusion]{ @@ -254,7 +254,7 @@ operator by its expanded form.} \item[n address code generation]{is the process of splitting - complex expression in simpler ones that take at most $n$ operands.} + complex expression in simpler ones that take at most \(n\) operands.} \item[memory footprint reduction]{is the process of tiling a loop to make sure the iteration over the tile has a memory footprint bounded by -- 2.20.1