Related articles |
---|
Integer division drizzle76@gmail.com (dz) (2010-12-27) |
Re: Integer division derek@_NOSPAM_knosof.co.uk (Derek M. Jones) (2010-12-29) |
Re: Integer division gah@ugcs.caltech.edu (glen herrmannsfeldt) (2010-12-30) |
Re: Integer division robin51@dodo.com.au (robin) (2011-01-03) |
From: | dz <drizzle76@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Mon, 27 Dec 2010 09:14:13 -0800 (PST) |
Organization: | Compilers Central |
Keywords: | arithmetic |
Posted-Date: | 28 Dec 2010 18:14:08 EST |
Hi
I am looking for references on how to support general 32 bit
integer division (not just invariants) on hardware without dedicated
integer-division support and 64 bit floating point support. However
there is 32 bit floating point support and dedicated hardware to
support 32 bit math functions such as logarithm and exponential. Can
someone please point me to references. I realize this question has
been asked before but they seemed to pertain to invariant
denominators. And invariant perhaps refers to constants...
thanks
dz
[I'd look in Knuth's "Seminumerical Algorithms" where he explains it all.
-John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.