add initial fosdem 2024 bigint presentation
[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
8 \title[]{
9 Fast Big-Integer Arithmetic on SVP64 at up to 256-bits/cycle and beyond
10 }
11
12 \author{Jacob R. Lifshay}
13
14 \date{FOSDEM 2024}
15
16 \logo{\includegraphics[height=0.5cm]{../../../images/lsoclogo.png}}
17
18 \begin{document}
19
20 \begin{frame}
21 \titlepage
22 \end{frame}
23
24 \end{document}