This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/46728] GCC does not generate fmadd for pow (x, 0.75)+y on powerpc


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

--- Comment #5 from William J. Schmidt <wschmidt at gcc dot gnu.org> 2011-05-24 18:06:04 UTC ---
Above is first of a series of patches.  It handles converting __builtin_powi to
a sequence of multiplies in the cse_sincos gimple pass.  More to come.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]