Minor changes
This commit is contained in:
parent
7a4ddb2b7b
commit
897feccca7
3 changed files with 6 additions and 5 deletions
|
@ -153,6 +153,6 @@ loop:
|
|||
\begin{frame}{When I started my PhD\ldots}
|
||||
\centering
|
||||
%\includegraphics[height=0.9\textheight]{patate_placeholder.jpg}
|
||||
\only<1>{\includegraphics[height=0.9\textheight]{sota_potato.svg}}
|
||||
\only<2>{\includegraphics[height=0.9\textheight]{sota_potato_eval.svg}}
|
||||
\only<1>{\includegraphics[height=0.9\textheight]{sota_potato.svg}}%
|
||||
\only<2>{\includegraphics[height=0.9\textheight]{sota_potato_eval.svg}}\\
|
||||
\end{frame}
|
||||
|
|
|
@ -34,7 +34,8 @@ loop:
|
|||
\pause{}
|
||||
\begin{center}
|
||||
\textbf{We lack:}\\
|
||||
\hfill\textbf{\alert{Benchmarks}}\hfill\textbf{\alert{Context}}\hfill~
|
||||
\hfill\textbf{\alert{Context}}\hfill
|
||||
\hfill\textbf{\alert{Benchmarks}}\hfill~
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
\begin{minipage}[c]{0.40\textwidth}
|
||||
\begin{lstlisting}[language={[x86masm]Assembler}, numbers=none]
|
||||
loop:
|
||||
0: add %rcx, %rdx
|
||||
0: add (§\alert{\reg{rcx}}§), %rdx
|
||||
...
|
||||
3: mov (%rax), %rcx
|
||||
3: mov (%rax), (§\alert{\reg{rcx}}§)
|
||||
6: jmp loop
|
||||
\end{lstlisting}
|
||||
\end{minipage}\hfill
|
||||
|
|
Loading…
Reference in a new issue