@@ -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