drizzle drizzle wrote:
Hi
Does gcc do an divison by constant optimization for any 16 bit
architecture. Can anyone point me to where it does that ?
Yes, in expmed.c (expand_divmod).
Paolo
"drizzle drizzle" <[EMAIL PROTECTED]> writes:
> Does gcc do an divison by constant optimization for any 16 bit
> architecture. Can anyone point me to where it does that ?
expand_divmod in expmed.c.
Ian
Hi
Does gcc do an divison by constant optimization for any 16 bit
architecture. Can anyone point me to where it does that ?
thanks
dz