Group: comp.lang.forth · Group Profile · Search for 10000000000 in comp.lang.forth
Author: Bernd Paysan
Date: May 8, 2008 07:33
...> your machine. I had it run with the normal gforth. Gforth-fast on the 2GHz Athlon64: 955Вµs, on a 2.6GHz Core 2 Quad 650Вµs. So actually iForth64 must be under one 1ms, too ;-). &10000000000 Constant mod# : *mod ( a b -- c ) um* mod# um/mod drop ; Wasn't there a way to do integer division (and consequently compute the modulus) by multiplication with the inverse? Won'...
|