--- Comment #5 from pinskia at gcc dot gnu dot org 2006-10-21 21:26 ---
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #4 from uros at gcc dot gnu dot org 2006-10-21 20:05 ---
Subject: Bug 28252
Author: uros
Date: Sat Oct 21 20:05:35 2006
New Revision: 117937
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117937
Log:
2006-10-21 Uros Bizjak <[EMAIL PROTECTED]>
PR middle-end
--- Comment #3 from steven at gcc dot gnu dot org 2006-07-06 08:57 ---
Uros,
You could post it now, just so that people can have a look at it and maybe
suggest some changes. You know how that goes.
It would be interesting to see if this actually gives speedups...
--
http://gcc.gnu
--
uros at kss-loka dot si changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |uros at kss-loka dot si
|dot org |
--- Comment #2 from uros at kss-loka dot si 2006-07-05 08:25 ---
Created an attachment (id=11824)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11824&action=view)
Patch to implement pow(x,1.0/3.0) = cbrt(x) optimization
I have the patch that implements the optimization ready, just
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-07-04 22:52 ---
Confirmed. Whether it's a good idea is another question.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---