http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57492

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Another thing to optimize would be to change

a*builtin_pow(2.0,i) to ldexp(a, i).

Lots of fun things to do ;-)

Reply via email to