[EMAIL PROTECTED] writes:

>> It is not possible to find similar integer division code in glibc for
>> example?  And why is this code needed at all, doesn't IA64 have
>> division?
> No, it doesn't have integer division.
>
>>  If it doesn't, my gut feeling tells me that this should be
>> in libgcc.
> Yes, most should be either in glibc or libgcc.

I have not verified this completely, but it seems as libgcc has all
these routines at hand.  GCC also has the following IA-64 options that
might be usefull;

`-minline-int-divide-min-latency'
     Generate code for inline divides of integer values using the
     minimum latency algorithm.

`-minline-int-divide-max-throughput'
     Generate code for inline divides of integer values using the
     maximum throughput algorithm.

~j

Attachment: pgp076emLpWSW.pgp
Description: PGP signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to