mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 00:41:03 +08:00
* doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
From-SVN: r156175
This commit is contained in:
parent
aae29963cf
commit
728d406cd7
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
PR tree-optimization/42585
|
||||
|
@ -10024,7 +10024,7 @@ point number to a signed fixed point number also convert validly to an
|
||||
unsigned one.
|
||||
@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
|
||||
divisions by the same divisor, by turning them into multiplications by
|
||||
the reciprocal. This target hook specifies the minimum number of divisions
|
||||
|
Loading…
x
Reference in New Issue
Block a user