From: | glen herrmannsfeldt <gah@ugcs.caltech.edu> |
Newsgroups: | comp.compilers |
Date: | 14 May 2005 12:15:57 -0400 |
Organization: | Compilers Central |
References: | 05-05-063 |
Keywords: | arithmetic |
Posted-Date: | 14 May 2005 12:15:57 EDT |
Jonathan Epstein wrote:
> To effectively solve a research problem, I need a very fast
> (sub-microsecond, if possible) method to determine whether one
> 96-bit integer is an exact multiple of another 96-bit integer.
Knuth's "The Art of Computer Programming", vol. 2, describes the
multiple precision divide algorithm. I haven't looked at it recently,
so I won't say much about it.
-- glen
Return to the
comp.compilers page.
Search the
comp.compilers archives again.