Improvements from Spyros Blanas to the MSVC optimisations of r6469:
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Dec 2005 23:18:27 +0000 (23:18 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Dec 2005 23:18:27 +0000 (23:18 +0000)
commit819a22b356a0113860c30b12cf42ba8616a15d1a
treeca91f37a779e4e33269f4d470ec92dd4cdf31336
parente111b81fd51dc9e942c7eff1a94045a81b34cc9f
Improvements from Spyros Blanas to the MSVC optimisations of r6469:
don't do a function call for each divmod, and don't rely on details of
the calling convention.
(This didn't actually make any measurable difference to runtime in any
of my tests, but we may as well keep it as it's neater.)
Also document some general caveats of the divmod macro.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6475 cda61777-01e9-0310-a592-d414129be87e
sshbn.c