\definecolor{codebg}{rgb}{0.1,0.09,0.08}
\newminted[codeenv]{python3}{escapeinside=@@,fontsize=\small,bgcolor=codebg}
\newmintinline[codeinline]{python3}{escapeinside=@@,fontsize=\small,bgcolor=codebg}
+\usepackage{hyperref}
\title[Fast Big-Integer Arithmetic on SVP64 ...]{
Fast Big-Integer Arithmetic on SVP64 at up to 256-bits/cycle and beyond
\input{bigint-mul-pipe.dia-tex}
\end{frame}
+\begin{frame}[fragile]
+ \begin{itemize}
+ \item Discussion: \url{https://lists.libre-soc.org}
+ \item IRC \#libre-soc on OFTC or Libera
+ % workaround busted escaping in \href command
+ \item Matrix \hyperref{https://matrix.to/\#/\#_oftc_}{libre-soc:matrix}{org}{\#\_oftc\_\#libre-soc:matrix.org}
+ \item \url{https://libre-soc.org/}
+ \item Thanks to NLnet for funding this: \url{https://nlnet.nl/assure}
+ \item \url{https://libre-soc.org/nlnet/\#faq}
+ \end{itemize}
+\end{frame}
+
\end{document}