This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix PR11706, use __builtin_powi[lf] for pow(x, int)
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Mon, 07 Feb 2005 15:18:58 +0100
- Subject: Re: [PATCH] Fix PR11706, use __builtin_powi[lf] for pow(x, int)
- References: <Pine.LNX.4.44.0502071509070.16464-100000@alwazn.tat.physik.uni-tuebingen.de>
Richard Guenther wrote:
Indeed. Weird that didn't show up during testing. Grep'ing for
cmath.tcc also didn't show it because complex doesn't include it.
I'll re-test the following (very) simpler patch then. Ok if
testing succeeds?
Well, after the patch for 19402 is in, I suppose... ;)
Seriously, I think we all agree that this is the way we want to go, but
let's wait for Gaby's comments (while 19402 is finally reviewed).
Paolo.