This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gfortran and power calculation
- From: "Richard Guenther" <richard dot guenther at gmail dot com>
- To: jbijak <jbijak at imc dot pcz dot czest dot pl>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 4 Apr 2007 16:33:18 +0200
- Subject: Re: gfortran and power calculation
- References: <4613AF5C.3050302@imc.pcz.czest.pl>
On 4/4/07, jbijak <jbijak@imc.pcz.czest.pl> wrote:
Hi,
I tried to calculate the relations:
a=b**1.5
and
a=sqrt(b)**3
This is already optimized with mainline.
Richard.