Skip to content

Commit 03f5936

Browse files
committed
Improve output and explanation in documentation
1 parent ff94486 commit 03f5936

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed
-214 KB
Binary file not shown.
118 KB
Loading
133 KB
Loading

doc/modules/ROOT/pages/debugger.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,16 @@ Once you have loaded `decimal_printer.py` you can run the following example to s
2626
include::example$debugger.cpp[]
2727
----
2828
29-
*_Expected Output:_*
29+
*_Expected Output for T = decimal32_t:_*
3030
31-
image::debugger_result.png[]
31+
image::dec32_debug.png[]
32+
33+
*_Expected Output for T = decimal_fast32_t:_*
34+
35+
image::dec32_fast_debug.png[]
3236
====
37+
38+
The reason for the difference in how `decimal32_t` and `decimal_fast32_t` is displayed is due to xref:cohorts.adoc[Cohorts and Normalization]
39+
40+
. `decimal32_t`, `decimal64_t` and `decimal128_t` debuggers are cohort preserving
41+
. `decimal_fast32_t`, `decimal_fast64_t` and `decimal_fast128_t` debuggers are always normalized

0 commit comments

Comments
 (0)