We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61b2ce9 + f714cd1 commit c9ad1c8Copy full SHA for c9ad1c8
.gitignore
@@ -1,2 +1,5 @@
1
.DS_Store
2
.*.swp
3
+.vscode
4
+src/.asciidoctor
5
+src/diag*
dependencies/Gemfile
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
gem 'asciidoctor'
gem 'asciidoctor-bibtex'
gem 'asciidoctor-diagram'
+gem 'mathematical'
6
gem 'asciidoctor-mathematical'
7
gem 'asciidoctor-pdf'
8
gem 'citeproc-ruby'
src/riscv-unprivileged.adoc
@@ -124,6 +124,9 @@ include::ztso-st-ext.adoc[]
124
//ztso.tex
125
include::cmo.adoc[]
126
include::zawrs.adoc[]
127
+
128
+include::zc.adoc[]
129
130
include::rv-32-64g.adoc[]
131
//gmaps.tex
132
include::extending.adoc[]
0 commit comments