Skip to content

Commit b5b8a60

Browse files
authored
Update README.md
1 parent 148f20d commit b5b8a60

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,36 @@ An award‑winning editor with 30+ years of Silicon Valley experience. Jonah has
2828

2929
---
3030

31+
## How to Cite This Book
32+
33+
If you reference this work in academic papers, technical articles, presentations, or documentation, please cite it as follows.
34+
35+
**Preferred citation (long form):**
36+
37+
Tran, Thang Minh; Miller, Paul; McLeod, Jonah.
38+
*RISC-V Vector Primer: An Implementation-Focused Guide to the RISC-V Vector Extension*.
39+
Simplex Micro, 2025.
40+
Available at: https://simplex-micro.github.io/riscv-vector-primer/
41+
42+
**Short citation:**
43+
44+
T. M. Tran, P. Miller, and J. McLeod, *RISC-V Vector Primer*, Simplex Micro, 2025.
45+
46+
When citing a specific chapter, please include the chapter title and, if applicable, the version or commit date.
47+
48+
**BibTeX:**
49+
50+
```bibtex
51+
@book{TranRiscVVectorPrimer2025,
52+
title = {RISC-V Vector Primer: An Implementation-Focused Guide to the RISC-V Vector Extension},
53+
author = {Tran, Thang Minh and Miller, Paul and McLeod, Jonah},
54+
year = {2025},
55+
publisher = {Simplex Micro},
56+
url = {https://simplex-micro.github.io/riscv-vector-primer/},
57+
note = {Online edition}
58+
}
59+
---
60+
```
3161
## **Chapters**
3262

3363
- **Chapter 1 — RISC‑V Vector Extension Demystified**

0 commit comments

Comments
 (0)