From: Jacob Lifshay Date: Wed, 17 Jan 2024 05:35:20 +0000 (-0800) Subject: add initial fosdem 2024 bigint presentation X-Git-Url: https://git.libre-soc.org/?p=libreriscv.git;a=commitdiff_plain;h=543fbc723efdce882dd5bc539a3c9b861625910c add initial fosdem 2024 bigint presentation --- diff --git a/conferences/fosdem2024/fosdem2024_bigint/.gitignore b/conferences/fosdem2024/fosdem2024_bigint/.gitignore new file mode 100644 index 000000000..2dfc088a4 --- /dev/null +++ b/conferences/fosdem2024/fosdem2024_bigint/.gitignore @@ -0,0 +1,2 @@ +/fosdem2024_bigint.* +!/fosdem2024_bigint.tex diff --git a/conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex b/conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex new file mode 100644 index 000000000..b184ff037 --- /dev/null +++ b/conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex @@ -0,0 +1,24 @@ +% Copyright 2024 Jacob Lifshay + +\documentclass[slidestop]{beamer} +\usepackage{beamerthemesplit} +\usetheme{default} +\usepackage[english]{babel} + +\title[]{ + Fast Big-Integer Arithmetic on SVP64 at up to 256-bits/cycle and beyond +} + +\author{Jacob R. Lifshay} + +\date{FOSDEM 2024} + +\logo{\includegraphics[height=0.5cm]{../../../images/lsoclogo.png}} + +\begin{document} + +\begin{frame} + \titlepage +\end{frame} + +\end{document} \ No newline at end of file