Skip to content

Commit 2814d27

Browse files
committed
Add note on subnormals
1 parent f43cee2 commit 2814d27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/modules/ROOT/pages/fast_types.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ Since these types are normalized they will normally have a number of trailing ze
5959
In the case where we want to output the shortest precision we must identify and remove these trailing zeros.
6060

6161
. With these types no cohort information exists, as the type stores its value in a normalized fashion.
62+
.. Because the information is stored normalized these types do not support sub-normal values.
63+
Any value that would be a sub-normal is flushed to 0 instead.

0 commit comments

Comments
 (0)