cleanup on bibliography, include URLs
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Jun 2022 15:24:54 +0000 (16:24 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Jun 2022 15:24:54 +0000 (16:24 +0100)
svp64-primer/references.bib
svp64-primer/svp64-primer.tex

index da6b5444bcc25ff5c25d9c366eb7c328593aa74c..6245be44d31e5fe56b016705e300657a936bbf78 100644 (file)
@@ -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},
        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},
 }
index 4d67feee27e6c13ecdaa8e29b76a967a31749a96..14e99fb7c9397f66f1c12b00109555e693fdc86e 100644 (file)
@@ -3,6 +3,7 @@
 \usepackage[printonlyused,withpage]{acronym}
 \usepackage{graphicx}
 \usepackage{float}
+\usepackage{url}
 \usepackage[margin=1.1in]{geometry}
 \graphicspath{ {./img/} }