Commit 897eef7b by Uros Bizjak

extend.texi (Additional Floating Types): __float128 is also supported on i386 targets.

	* doc/extend.texi (Additional Floating Types): __float128 is also
	supported on i386 targets.

From-SVN: r149054
parent 74d27244
2009-06-29 Uros Bizjak <ubizjak@gmail.com>
* doc/extend.texi (Additional Floating Types): __float128 is also
supported on i386 targets.
2009-06-29 Richard Guenther <rguenther@suse.de> 2009-06-29 Richard Guenther <rguenther@suse.de>
PR middle-end/14187 PR middle-end/14187
...@@ -914,8 +919,7 @@ ...@@ -914,8 +919,7 @@
2009-06-22 Ian Lance Taylor <iant@google.com> 2009-06-22 Ian Lance Taylor <iant@google.com>
* config/rs6000/rs6000.opt: Move msched-epilog before * config/rs6000/rs6000.opt: Move msched-epilog before msched-prolog.
msched-prolog.
2009-06-22 Steven Bosscher <steven@gcc.gnu.org> 2009-06-22 Steven Bosscher <steven@gcc.gnu.org>
...@@ -1191,8 +1195,7 @@ ...@@ -1191,8 +1195,7 @@
2009-06-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 2009-06-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
PR target/40482 PR target/40482
* config/arm/arm.c (thumb_shiftable_const): Truncate val to * config/arm/arm.c (thumb_shiftable_const): Truncate val to 32 bits.
32 bits.
* config/arm/arm.md: Likewise. * config/arm/arm.md: Likewise.
2009-06-19 Ian Lance Taylor <iant@google.com> 2009-06-19 Ian Lance Taylor <iant@google.com>
...@@ -1201,8 +1204,7 @@ ...@@ -1201,8 +1204,7 @@
to GIMPLE_ERROR_MARK. to GIMPLE_ERROR_MARK.
* c-typeck.c (build_conditional_expr): Add op1_original_type and * c-typeck.c (build_conditional_expr): Add op1_original_type and
op2_original_type parameters. Warn about using different enum op2_original_type parameters. Warn about using different enum types.
types.
* c-parser.c (c_parser_conditional_expression): Pass original * c-parser.c (c_parser_conditional_expression): Pass original
types to build_conditional_expr. types to build_conditional_expr.
* c-tree.h (build_conditional_expr): Update declaration. * c-tree.h (build_conditional_expr): Update declaration.
......
...@@ -919,8 +919,7 @@ typedef _Complex float __attribute__((mode(XC))) _Complex80; ...@@ -919,8 +919,7 @@ typedef _Complex float __attribute__((mode(XC))) _Complex80;
@end smallexample @end smallexample
Not all targets support additional floating point types. @code{__float80} Not all targets support additional floating point types. @code{__float80}
is supported on i386, x86_64 and ia64 targets and target @code{__float128} and @code{__float128} types are supported on i386, x86_64 and ia64 targets.
is supported on x86_64 and ia64 targets.
@node Half-Precision @node Half-Precision
@section Half-Precision Floating Point @section Half-Precision Floating Point
......
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