diff options
author | kdockser <kdockser@tenstorrent.com> | 2024-04-23 16:42:27 -0500 |
---|---|---|
committer | kdockser <kdockser@tenstorrent.com> | 2024-04-23 16:42:27 -0500 |
commit | 010853055b352749ff11559528ed3c36874457d4 (patch) | |
tree | ea1cbad68e5ba837bd2d2c7cccaf733a03632f2a | |
parent | 4dc23d6229de1b811dd6b1afcc3b5004d3face0d (diff) | |
download | riscv-isa-manual-010853055b352749ff11559528ed3c36874457d4.zip riscv-isa-manual-010853055b352749ff11559528ed3c36874457d4.tar.gz riscv-isa-manual-010853055b352749ff11559528ed3c36874457d4.tar.bz2 |
Added back new-pages after each instruction
-rw-r--r-- | src/bfloat16.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bfloat16.adoc b/src/bfloat16.adoc index 9078fe5..7374edb 100644 --- a/src/bfloat16.adoc +++ b/src/bfloat16.adoc @@ -266,7 +266,7 @@ back to the normal range. As is defined in '754, under default exception handling, underflow is only signalled when the result is tiny and inexact. In such a case, both the underflow and inexact flags are raised. - +<<< [[BF16_extensions]] === Extensions @@ -489,7 +489,7 @@ floating-point-to-floating-point conversion instructions. Exceptions: Overflow, Underflow, Inexact, Invalid Included in: <<zfbfmin>> - +<<< // include::insns/fcvt_S_BF16.adoc[] // <<< [[insns-fcvt.s.bf16, Convert BF16 to FP32]] @@ -544,7 +544,7 @@ The result is NaN-boxed by writing the most significant `FLEN`-32 bits with 1s. Exceptions: Invalid Included in: <<zfbfmin>> - +<<< // include::insns/vfncvtbf16_f_f_w.adoc[] // <<< @@ -600,7 +600,7 @@ However, here the SEW-width format is limited to BF16. Exceptions: Overflow, Underflow, Inexact, Invalid Included in: <<zvfbfmin>> - +<<< // include::insns/vfwcvtbf16_f_f_v.adoc[] // <<< @@ -660,7 +660,7 @@ least significant 16 bits are written with 0s. Exceptions: Invalid Included in: <<zvfbfmin>> - +<<< // include::insns/vfwmaccbf16.adoc[] // <<< |