Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions src/riscv-privileged.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,10 @@ endif::[]
:hide-uri-scheme:
:stem: latexmath
:footnote:
:le: ≤
:ge: ≥
:ne: ≠
:approx: ≈
:inf: ∞
:circ: ○
:bullet: ∙
:times: ×
:imagesdir: images

include::symbols.adoc[]

_Contributors to all versions of the spec in alphabetical order (please contact editors to suggest corrections):
Krste Asanović,
Peter Ashenden,
Expand Down
10 changes: 2 additions & 8 deletions src/riscv-unprivileged.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,11 @@ endif::[]
:hide-uri-scheme:
:stem: latexmath
:footnote:
:le: ≤
:ge: ≥
:ne: ≠
:approx: ≈
:inf: ∞
:circ: ∘
:bullet: ∙
:times: ×
:csrname: envcfg
:imagesdir: images

include::symbols.adoc[]

_Contributors to all versions of the spec in alphabetical order (please contact editors to suggest corrections):
Arvind,
Krste Asanović,
Expand Down
10 changes: 10 additions & 0 deletions src/symbols.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Macros that can be used in place of unicode characters to make writing them
// easier, e.g. "X {ge} Y".
:le: ≤
:ge: ≥
:ne: ≠
:approx: ≈
:inf: ∞
:circ: ○
:bullet: ∙
:times: ×
Loading