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/27452] gfortran support for non-standard sind,cosd and friends intrinsics



------- Comment #10 from steven at gcc dot gnu dot org  2009-04-30 07:51 -------
These functions will *not* be implemented, period.

And even if they would be implemented, they'd internally just return
sin(arg*180/pi) & co. The compiler and the runtime library don't actually
calculate sin/cos themselves. They rely on libc and often on machine
instructions, and they all work in radians too.

End of discussion -- move along...


-- 


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


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