http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46257
Steven Bosscher changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316
--- Comment #14 from Jakub Jelinek 2010-11-08
07:34:48 UTC ---
Instead of multiplication followed by division, it would be faster to just use
mul_double_with_sign which returns whether there was an overflow or not.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316
--- Comment #15 from davidxl 2010-11-08 07:38:17
UTC ---
(In reply to comment #14)
> Instead of multiplication followed by division, it would be faster to just use
> mul_double_with_sign which returns whether there was an overflow or not.
Good i
101 - 103 of 103 matches
Mail list logo