From 147c7e52eabba2449fe1a9fccd5f5846aff70bc1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 20 Jun 2022 16:24:54 +0100 Subject: [PATCH] cleanup on bibliography, include URLs --- svp64-primer/references.bib | 10 +++++----- svp64-primer/svp64-primer.tex | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/svp64-primer/references.bib b/svp64-primer/references.bib index da6b5444b..6245be44d 100644 --- a/svp64-primer/references.bib +++ b/svp64-primer/references.bib @@ -3,7 +3,7 @@ ALTeditor = {editor}, title = {SIMD Instructions Considered Harmful}, date = {18-09-2017}, - url = {https://www.sigarch.org/simd-instructions-considered-harmful/}, + howpublished={\par\url{https://www.sigarch.org/simd-instructions-considered-harmful/}}, OPTsubtitle = {subtitle}, OPTtitleaddon = {titleaddon}, OPTlanguage = {English}, @@ -23,7 +23,7 @@ ALTeditor = {editor}, title = {High-performance embedded computing}, date = {2017}, - url = {https://www.sciencedirect.com/topics/computer-science/single-instruction-multiple-data}, + howpublished={\par\url{https://www.sciencedirect.com/topics/computer-science/single-instruction-multiple-data}}, OPTsubtitle = {subtitle}, OPTtitleaddon = {titleaddon}, OPTlanguage = {English}, @@ -43,7 +43,7 @@ ALTeditor = {editor}, title = {WebAssembly and SIMD}, date = {31-07-2019}, - url = {https://medium.com/wasmer/webassembly-and-simd-13badb9bf1a8}, + howpublished={\par\url{https://medium.com/wasmer/webassembly-and-simd-13badb9bf1a8}}, OPTsubtitle = {subtitle}, OPTtitleaddon = {titleaddon}, OPTlanguage = {language}, @@ -58,11 +58,12 @@ OPTurldate = {urldate}, } -@manual{riscv-v-spec, +@online{riscv-v-spec, ALTauthor = {author}, ALTeditor = {editor}, title = {RISC-V "V" Vector Extension}, date = {date}, + howpublished={\par\url{https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc}}, OPTsubtitle = {subtitle}, OPTtitleaddon = {titleaddon}, OPTlanguage = {language}, @@ -85,6 +86,5 @@ OPTeprint = {eprint}, OPTeprintclass = {eprintclass}, OPTeprinttype = {eprinttype}, - OPTurl = {https://github.com/riscv/riscv-v-spec/releases/download/v1.0/riscv-v-spec-1.0.pdf}, OPTurldate = {20-09-2021}, } diff --git a/svp64-primer/svp64-primer.tex b/svp64-primer/svp64-primer.tex index 4d67feee2..14e99fb7c 100644 --- a/svp64-primer/svp64-primer.tex +++ b/svp64-primer/svp64-primer.tex @@ -3,6 +3,7 @@ \usepackage[printonlyused,withpage]{acronym} \usepackage{graphicx} \usepackage{float} +\usepackage{url} \usepackage[margin=1.1in]{geometry} \graphicspath{ {./img/} } -- 2.30.2