Displaying 1 result from an estimated 1 matches for "crisarith".
2004 Jun 23
4
CRIS port of klibc
...nst
0.146. Most of the changes are trivial but the new files in libgcc
requires some comments.
__negdi2.c: The CRIS port fallbacks to C-code for negdi2. The code in
__negdi2.c is copied from libgcc2.c but with modified typenames.
I would really appreciate if someone could check if it seams sane.
crisarith.c: CRIS has no built-in division instruction so there
are lots of C-code to implement Div and Mod. crisarith.c implements
all this (copied from arith.c in libgcc). This file is only relevant
for CRIS so maybe it should be in some other directory?
/Mikael (Linux CRIS maintainer, not subscribed to k...