Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 724 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 724 Bytes

RISC-V Vector Extension Web Page

Description

This is an online documentation of RISC-V Vector Extension(RVV) deployed at https://rvv-isadoc.readthedocs.io/en/latest/.

RVV spec is based on Vector Extension 1.0, which is frozen for public review in September, 2021.

Usage

  1. Edit ./docs/source/*.rst.
  2. Push commits to master branch, readthedocs will automatically rebuild the project to update web page.
  3. To generate local web page for testing, hit 'make html' in ./docs directory.

Acknowledgement

Many thanks to msyksphinz's RISC-V web page for reference.