------- Comment #1 from pinskia at gcc dot gnu dot org  2010-05-03 06:59 -------
No there are two different functions.  __udivmodti3 computes both the mod and
the division in one function while __udivti3 computes just the division.

GCC by defaults emits the divmod one if there is not hardware support.


-- 


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

Reply via email to