Force gcc to use x86's built-in 64/32->32,32 division instruction
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 23 Apr 2003 15:25:45 +0000 (15:25 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 23 Apr 2003 15:25:45 +0000 (15:25 +0000)
commita47e8bba76c3b1826d62c000b707b285e70e1e78
treeb104cdf5d44d5ff3443317007e16f9c974f3712f
parenta3412f5292720a7184552a04b71b685c4a9e1010
Force gcc to use x86's built-in 64/32->32,32 division instruction
rather than swanning off to a helper function. This seems to make
woefully little actual performance difference, which annoys me, but
it's a just-about-detectable improvement so I'll leave it in.

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