aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-04-24 11:34:41 -0700
committerAndrew Waterman <andrew@sifive.com>2024-04-24 11:34:41 -0700
commitd306899b96db90722b7c5314e672d6691521daad (patch)
tree8931c3ba06f0daa91b1328a744dc9a644d55c851
parent4a00e42f676bf2062ef3c54551804034f54c2c2f (diff)
downloadriscv-isa-manual-d306899b96db90722b7c5314e672d6691521daad.zip
riscv-isa-manual-d306899b96db90722b7c5314e672d6691521daad.tar.gz
riscv-isa-manual-d306899b96db90722b7c5314e672d6691521daad.tar.bz2
Move BF16 chapter to more logical place
Resolves #1362
-rw-r--r--src/riscv-unprivileged.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/riscv-unprivileged.adoc b/src/riscv-unprivileged.adoc
index c34b0c1..5f22aef 100644
--- a/src/riscv-unprivileged.adoc
+++ b/src/riscv-unprivileged.adoc
@@ -172,12 +172,12 @@ include::zawrs.adoc[]
include::zacas.adoc[]
include::rvwmo.adoc[]
include::ztso-st-ext.adoc[]
-include::bfloat16.adoc[]
include::cmo.adoc[]
include::f-st-ext.adoc[]
include::d-st-ext.adoc[]
include::q-st-ext.adoc[]
include::zfh.adoc[]
+include::bfloat16.adoc[]
include::zfa.adoc[]
include::zfinx.adoc[]
include::c-st-ext.adoc[]