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 fortran/25620] Missed optimization with power



------- 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


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