From 128ec903218a1df5907fdf642ae3e1859a7b1ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sun, 1 Dec 2024 14:03:37 +0100 Subject: [PATCH] Staticdeps: corrections --- slides/50_staticdeps/main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/50_staticdeps/main.tex b/slides/50_staticdeps/main.tex index 28a8354..f99db30 100644 --- a/slides/50_staticdeps/main.tex +++ b/slides/50_staticdeps/main.tex @@ -157,7 +157,7 @@ int fibo(int* F, int n) { 1,3 & 104 & 552 && 200 & 176 & 376 & 552\w& \unk & \\ \midrule \pause{} - 2,1 & 108 & \alert{376} && 200 & 176 & 376\h& 552 & \unk & \dep{-2,2}\\ + 2,1 & 108 & \alert{376} && 200 & 176 & 376\h& 552 & \unk & \dep{-2,3}\\ \pause{} 2,2 & 108 & \alert{928} && 200 & 176 & 376 & 552\h& \unk & \dep{-1,3}\\ \pause{} @@ -182,7 +182,7 @@ int fibo(int* F, int n) { \end{itemize} \begin{center} - $\leadsto$ fast-ish; supports many architectures + $\leadsto$ fast; supports many architectures \end{center} \end{frame}