diff options
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 958541b1ee4..ab65fd6848e 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -934,6 +934,7 @@ typedef _Complex float __attribute__((mode(XC))) _Complex80; Not all targets support additional floating point types. @code{__float80} and @code{__float128} types are supported on i386, x86_64 and ia64 targets. +The @code{__float128} type is supported on hppa HP-UX targets. @node Half-Precision @section Half-Precision Floating Point |