Skip to content

Commit

Permalink
Adjust bibliography database to be similar to the RISC-V ISA manual
Browse files Browse the repository at this point in the history
  • Loading branch information
rofirrim committed May 8, 2024
1 parent 86f5088 commit dd4f8be
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/rvv-intrinsics.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@misc{riscv-asm-manual,
@electronic{riscv-asm-manual,
title = {{RISC-V Assembly Programmer's Manual}},
howpublished = {\url{https://github.com/riscv/riscv-asm-manual}},
url = {https://github.com/riscv/riscv-asm-manual},
year = {}
}

Expand All @@ -10,26 +10,26 @@ @electronic{riscv-v-spec
year = {}
}

@misc{riscv-c-api,
@electronic{riscv-c-api,
title = {{RISC-V C API Specification}},
howpublished = {\url{https://github.com/riscv-non-isa/riscv-c-api-doc/blob/master/riscv-c-api.md}},
url = {https://github.com/riscv-non-isa/riscv-c-api-doc/blob/master/riscv-c-api.md},
year = {}
}

@misc{riscv-guide-llvm,
@electronic{riscv-guide-llvm,
title = {{User Guide for RISC-V Target}},
howpublished = {\url{https://llvm.org/docs/RISCVUsage.html}},
url = {\url{https://llvm.org/docs/RISCVUsage.html}},
year = {}
}

@misc{riscv-v-gcc,
@electronic{riscv-v-gcc,
title = {{RISC-V Options}},
howpublished = {\url{https://gcc.gnu.org/onlinedocs/gcc/RISC-V-Options.html}},
url = {https://gcc.gnu.org/onlinedocs/gcc/RISC-V-Options.html},
year = {}
}

@misc{riscv-cc-vector,
@electronic{riscv-cc-vector,
title = {{RISC-V Calling Conventions: Vector}},
howpublished = {\url{https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-cc.adoc#vector-register-convention}},
url = {https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-cc.adoc#vector-register-convention},
year = {}
}

0 comments on commit dd4f8be

Please sign in to comment.