got dia files to work, they're autoconverted to tex
[libreriscv.git] / conferences / fosdem2024 / fosdem2024_bigint / fosdem2024_bigint.tex
1 % Copyright 2024 Jacob Lifshay
2
3 \documentclass[slidestop]{beamer}
4 \usepackage{beamerthemesplit}
5 \usetheme{default}
6 \usepackage[english]{babel}
7 \usepackage{tikz}
8
9 \title[]{
10 Fast Big-Integer Arithmetic on SVP64 at up to 256-bits/cycle and beyond
11 }
12
13 \author{Jacob R. Lifshay}
14
15 \date{FOSDEM 2024}
16
17 \logo{\includegraphics[height=0.5cm]{../../../images/lsoclogo.png}}
18
19 \begin{document}
20
21 \begin{frame}
22 \titlepage
23 \end{frame}
24
25 \begin{frame}
26 \input{test.dia-tex}
27 \end{frame}
28
29 \end{document}