Commit e03b3837 authored by bje's avatar bje
Browse files

Missed in checkin. :-(

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107864 138bc75d-0d04-0410-961f-82ee72b054a4
parent 3c28f41a
...@@ -1081,6 +1081,22 @@ number. This mode only has 80 meaningful bits (ten bytes). Some ...@@ -1081,6 +1081,22 @@ number. This mode only has 80 meaningful bits (ten bytes). Some
processors require such numbers to be padded to twelve bytes, others processors require such numbers to be padded to twelve bytes, others
to sixteen; this mode is used for either. to sixteen; this mode is used for either.
@findex SDmode
@item SDmode
``Single Decimal Floating'' mode represents a four byte decimal
floating point number (as distinct from conventional binary floating
point).
@findex DDmode
@item DDmode
``Double Decimal Floating'' mode represents an eight byte decimal
floating point number.
@findex TDmode
@item TDmode
``Tetra Decimal Floating'' mode represents a sixteen byte decimal
floating point number all 128 of whose bits are meaningful.
@findex TFmode @findex TFmode
@item TFmode @item TFmode
``Tetra Floating'' mode represents a sixteen byte floating point number ``Tetra Floating'' mode represents a sixteen byte floating point number
...@@ -1173,6 +1189,11 @@ Floating point modes. By default these are @code{QFmode}, ...@@ -1173,6 +1189,11 @@ Floating point modes. By default these are @code{QFmode},
@code{HFmode}, @code{TQFmode}, @code{SFmode}, @code{DFmode}, @code{HFmode}, @code{TQFmode}, @code{SFmode}, @code{DFmode},
@code{XFmode} and @code{TFmode}. @code{XFmode} and @code{TFmode}.
@findex MODE_DECIMAL_FLOAT
@item MODE_DECIMAL_FLOAT
Decimal floating point modes. By default these are @code{SDmode},
@code{DDmode} and @code{TDmode}.
@findex MODE_COMPLEX_INT @findex MODE_COMPLEX_INT
@item MODE_COMPLEX_INT @item MODE_COMPLEX_INT
Complex integer modes. (These are not currently implemented). Complex integer modes. (These are not currently implemented).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment