[Bug fortran/24518] Intrinsic MOD incorrect for large arg1/arg2 and slow.

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Oct 22 21:01:00 GMT 2006



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2006-10-22 21:01 -------
Having thought about it some more, MODULO should be implemented using
fmod{f,,l} and MOD should use remainder{f,,l}. See how BUILT_IN_POWL is used,
for example, to emit the same kind of code in gfc_conv_intrinsic_mod.

Beginner project for someone? :)


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2006-06-20 12:22:57         |2006-10-22 21:01:38
               date|                            |


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



More information about the Gcc-bugs mailing list