(no commit message)
[libreriscv.git] / openpower / svp64-primer / svp64-proposal.tex
1 \documentclass[a4paper, 10pt]{article}
2 \usepackage[utf8]{inputenc}
3 \usepackage[firstpage]{draftwatermark}
4 \usepackage[printonlyused,withpage]{acronym}
5 \usepackage{graphicx}
6 \usepackage{float}
7 \usepackage{url}
8 \usepackage[margin=1.1in]{geometry}
9 \graphicspath{ {./img/} }
10
11 \title{(DRAFT) SVP64 Primer}
12
13 \author{Luke Kenneth Casson Leighton, Andrey Miroshnikov}
14
15 \SetWatermarkLightness{0.5}
16 \SetWatermarkScale{4}
17 %\SetWatermarkText{DRAFT!}
18
19 \begin{document}
20 \maketitle
21
22
23 \input{acronyms}
24 \pagebreak
25 %\input{summary}
26 \section{Summary}
27 Simple Vectorisation requires considering the ISA as a 2-dimensional concept, with the instructions comprising of one (vertical), and the register file as another (horizontal).
28
29 \section{References}
30 %\textit{(All references and sources are available on request)}
31 \bibliography{references}
32 \bibliographystyle{ieeetr}
33 \end{document}