Commit 728d406c by Joern Rennecke Committed by Joern Rennecke

* doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.

From-SVN: r156175
parent aae29963
2010-01-22 Joern Rennecke <amylaar@spamcop.net>
* doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
2010-01-21 Martin Jambor <mjambor@suse.cz> 2010-01-21 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/42585 PR tree-optimization/42585
......
...@@ -10024,7 +10024,7 @@ point number to a signed fixed point number also convert validly to an ...@@ -10024,7 +10024,7 @@ point number to a signed fixed point number also convert validly to an
unsigned one. unsigned one.
@end defmac @end defmac
@deftypefn {Target Hook} int TARGET_MIN_DIVISIONS_FOR_RECIP_MUL (enum machine_mode @var{mode}) @deftypefn {Target Hook} {unsigned int} TARGET_MIN_DIVISIONS_FOR_RECIP_MUL (enum machine_mode @var{mode})
When @option{-ffast-math} is in effect, GCC tries to optimize When @option{-ffast-math} is in effect, GCC tries to optimize
divisions by the same divisor, by turning them into multiplications by divisions by the same divisor, by turning them into multiplications by
the reciprocal. This target hook specifies the minimum number of divisions the reciprocal. This target hook specifies the minimum number of divisions
......
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