Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create bibliography.adoc #313

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/bibliography.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[bibliography]
== Bibliography

bibliography::[]
29 changes: 29 additions & 0 deletions doc/rvv-intrinsics.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@misc{riscv-asm-manual,
title = {{RISC-V Assembly Programmer's Manual}},
howpublished = {\url{https://github.com/riscv/riscv-asm-manual}}
}

@misc{riscv-v-spec,
title = {{RISC-V "V" Vector Extension}},
howpublished = {\url{https://github.com/riscv/riscv-isa-manual/blob/main/src/v-st-ext.adoc}}
}

@misc{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}}

Check warning on line 13 in doc/rvv-intrinsics.bib

View check run for this annotation

In Solidarity / Inclusive Language

Match Found

Please consider an alternative to `master`. Possibilities include: `primary`, `main`, `leader`, `active`, `writer`
Raw output
/master/gi
}

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

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

@misc{riscv-v-spec,
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}}

Check warning on line 28 in doc/rvv-intrinsics.bib

View check run for this annotation

In Solidarity / Inclusive Language

Match Found

Please consider an alternative to `master`. Possibilities include: `primary`, `main`, `leader`, `active`, `writer`
Raw output
/master/gi
}
Loading