------- Comment #5 from jv244 at cam dot ac dot uk  2006-01-13 17:38 -------
I just note that ifort generates this in the asm 

for  a**(1./3.):
call      cbrtf

and for a**(1.D0/3.D0)
call      cbrt


-- 


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

Reply via email to