add initial fosdem 2024 bigint presentation
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 17 Jan 2024 05:35:20 +0000 (21:35 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 17 Jan 2024 05:35:20 +0000 (21:35 -0800)
conferences/fosdem2024/fosdem2024_bigint/.gitignore [new file with mode: 0644]
conferences/fosdem2024/fosdem2024_bigint/fosdem2024_bigint.tex [new file with mode: 0644]

diff --git a/conferences/fosdem2024/fosdem2024_bigint/.gitignore b/conferences/fosdem2024/fosdem2024_bigint/.gitignore
new file mode 100644 (file)
index 0000000..2dfc088
--- /dev/null
@@ -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 (file)
index 0000000..b184ff0
--- /dev/null
@@ -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