Skip to content

Commit

Permalink
Create rvv-intrinsics.bib
Browse files Browse the repository at this point in the history
adding bibliography file to be read

Signed-off-by: Kersten Richter <kersten@riscv.org>
  • Loading branch information
kersten1 authored Feb 9, 2024
1 parent efb1d9b commit 171b027
Showing 1 changed file with 29 additions and 0 deletions.
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-v-spec/blob/master/v-spec.adoc}}

Check warning on line 8 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-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
}

0 comments on commit 171b027

Please sign in to comment.